Skip to content

Commit 46587b4

Browse files
authored
Merge pull request #931 from devtron-labs/feat/app-builds-cost
feat: app builds cost
2 parents 119e1c9 + 05b6b64 commit 46587b4

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.20.6-pre-11",
3+
"version": "1.20.6-pre-13",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",
Lines changed: 3 additions & 0 deletions
Loading

src/Shared/Components/Icon/Icon.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ import { ReactComponent as ICContainer } from '@IconsV2/ic-container.svg'
7272
import { ReactComponent as ICContainerRegistry } from '@IconsV2/ic-container-registry.svg'
7373
import { ReactComponent as ICCookr } from '@IconsV2/ic-cookr.svg'
7474
import { ReactComponent as ICCopy } from '@IconsV2/ic-copy.svg'
75+
import { ReactComponent as ICCostVisibility } from '@IconsV2/ic-cost-visibility.svg'
7576
import { ReactComponent as ICCpu } from '@IconsV2/ic-cpu.svg'
7677
import { ReactComponent as ICCrown } from '@IconsV2/ic-crown.svg'
7778
import { ReactComponent as ICCube } from '@IconsV2/ic-cube.svg'
@@ -351,6 +352,7 @@ export const iconMap = {
351352
'ic-container': ICContainer,
352353
'ic-cookr': ICCookr,
353354
'ic-copy': ICCopy,
355+
'ic-cost-visibility': ICCostVisibility,
354356
'ic-cpu': ICCpu,
355357
'ic-crown': ICCrown,
356358
'ic-cube': ICCube,

0 commit comments

Comments
 (0)