fix(console): show warn dialog when view switched to instance (#5935)

fix: show warn dialog when changed to instance
This commit is contained in:
Max Peintner
2023-05-26 14:27:56 +02:00
committed by GitHub
parent 9aed0319c5
commit 6c90f088d2
11 changed files with 70 additions and 14 deletions

View File

@@ -66,3 +66,17 @@ export const OrgContextChangedWorkflowOverlays: CnslOverlay[] = [
},
},
];
export const ContextChangedWorkflowOverlays: CnslOverlay[] = [
{
id: 'contextswitcher',
origin: 'orgbutton',
toHighlight: ['orgbutton'],
content: {
i18nText: 'OVERLAYS.SWITCHEDTOINSTANCE.TEXT',
},
requirements: {
permission: ['iam.read'],
},
},
];