Skip to content

Commit 93a153f

Browse files
authored
Merge pull request #773 from devtron-labs/fix/infra-installation-cm
fix: new cm for infra provision
2 parents f3078b7 + 05daeba commit 93a153f

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.15.0",
3+
"version": "1.15.1",
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
@@ -165,6 +165,7 @@ export interface customEnv {
165165
* @default false
166166
*/
167167
FEATURE_MANAGE_TRAFFIC_ENABLE?: boolean
168+
FEATURE_INFRA_PROVISION_INFO_BLOCK_HIDE?: boolean
168169
}
169170
declare global {
170171
interface Window {

0 commit comments

Comments
 (0)