We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4fe5c commit 21ddb23Copy full SHA for 21ddb23
src/Common/Constants.ts
@@ -61,6 +61,7 @@ export const URLS = {
61
GLOBAL_CONFIG_DOCKER: '/global-config/docker',
62
DEPLOYMENT_HISTORY_CONFIGURATIONS: '/configuration',
63
GLOBAL_CONFIG_SCOPED_VARIABLES: '/global-config/scoped-variables',
64
+ NETWORK_STATUS_INTERFACE: '/network-status-interface',
65
}
66
67
export const ROUTES = {
src/index.ts
@@ -72,6 +72,7 @@ export interface customEnv {
72
HIDE_RESOURCE_WATCHER?: boolean
73
ORGANIZATION_NAME?: string
74
FEATURE_SCOPED_VARIABLE_ENVIRONMENT_LIST_ENABLE?: boolean
75
+ HIDE_NETWORK_STATUS_INTERFACE?: boolean
76
77
declare global {
78
interface Window {
0 commit comments