You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Shared/types.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,7 @@ export enum Nodes {
120
120
Namespace='Namespace',
121
121
Overview='Overview',
122
122
MonitoringDashboard='MonitoringDashboard',
123
+
UpgradeCluster='UpgradeCluster',
123
124
}
124
125
125
126
// FIXME: This should be `typeof Nodes[keyof typeof Nodes]` instead since the key and values are not the same. Same to be removed from duplications in dashboard
0 commit comments