Skip to content

Commit

Permalink
Merge pull request #21 from odigos-io/no-running-pods
Browse files Browse the repository at this point in the history
fix: source lang detection state no running pods
  • Loading branch information
blumamir authored Jul 2, 2024
2 parents 368cc0c + 33dfde8 commit bee3190
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/assets/icons/languages/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const LANGUAGES_LOGOS = {
unknown: `${BASE_URL}default.svg`, // TODO: good icon
processing: `${BASE_URL}default.svg`, // TODO: good icon
'no containers': `${BASE_URL}default.svg`, // TODO: good icon
'no running pods': `${BASE_URL}default.svg`, // TODO: good icon
};

export const LANGUAGES_COLORS = {
Expand All @@ -20,4 +21,8 @@ export const LANGUAGES_COLORS = {
python: '#306998',
dotnet: '#512BD4',
mysql: '#00758F',
unknown: '#8b92a6',
processing: '#3367d9',
'no containers': '#111111',
'no running pods': '#666666',
};

0 comments on commit bee3190

Please sign in to comment.