Skip to content

Commit 21ddb23

Browse files
committed
feat: add network status interface URL
1 parent 1d4fe5c commit 21ddb23

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Common/Constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export const URLS = {
6161
GLOBAL_CONFIG_DOCKER: '/global-config/docker',
6262
DEPLOYMENT_HISTORY_CONFIGURATIONS: '/configuration',
6363
GLOBAL_CONFIG_SCOPED_VARIABLES: '/global-config/scoped-variables',
64+
NETWORK_STATUS_INTERFACE: '/network-status-interface',
6465
}
6566

6667
export const ROUTES = {

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ export interface customEnv {
7272
HIDE_RESOURCE_WATCHER?: boolean
7373
ORGANIZATION_NAME?: string
7474
FEATURE_SCOPED_VARIABLE_ENVIRONMENT_LIST_ENABLE?: boolean
75+
HIDE_NETWORK_STATUS_INTERFACE?: boolean
7576
}
7677
declare global {
7778
interface Window {

0 commit comments

Comments
 (0)