Skip to content

Commit 4804744

Browse files
authored
Merge pull request #451 from devtron-labs/feat/misc-cluster-map
feat: misc cluster map css fixes
2 parents 4be2833 + f5fb17e commit 4804744

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

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.2.8",
3+
"version": "1.2.9",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ export interface customEnv {
9595
FEATURE_PROMO_EMBEDDED_IFRAME_URL?: string
9696
FEATURE_BULK_RESTART_WORKLOADS_FROM_RB: string
9797
FEATURE_DEFAULT_LANDING_RB_ENABLE?: boolean
98+
FEATURE_CLUSTER_MAP_ENABLE?: boolean
9899
}
99100
declare global {
100101
interface Window {

0 commit comments

Comments
 (0)