Add troubleshoot button to arc controller/MIAA dashboard (#12534)

* Add troubleshoot button to arc controller dashboard

* Add MIAA button

* Fix links
This commit is contained in:
Charles Gagnon
2020-09-21 15:03:23 -07:00
committed by GitHub
parent 50dbe65e1d
commit 41ace44f32
3 changed files with 30 additions and 4 deletions

View File

@@ -9,6 +9,9 @@ export const refreshActionId = 'arc.refresh';
export const credentialNamespace = 'arcCredentials';
export const controllerTroubleshootDocsUrl = 'https://aka.ms/arc-data-tsg';
export const miaaTroubleshootDocsUrl = 'https://aka.ms/miaa-tsg';
export interface IconPath {
dark: string;
light: string;