diff --git a/console/src/app/app.component.ts b/console/src/app/app.component.ts index b94a9398f8..4ca1b8130a 100644 --- a/console/src/app/app.component.ts +++ b/console/src/app/app.component.ts @@ -165,6 +165,11 @@ export class AppComponent implements OnDestroy { this.domSanitizer.bypassSecurityTrustResourceUrl('assets/mdi/shield-alert.svg'), ); + this.matIconRegistry.addSvgIcon( + 'mdi_shield_check', + this.domSanitizer.bypassSecurityTrustResourceUrl('assets/mdi/shield-check.svg'), + ); + this.matIconRegistry.addSvgIcon( 'mdi_arrow_expand', this.domSanitizer.bypassSecurityTrustResourceUrl('assets/mdi/arrow-expand.svg'), diff --git a/console/src/app/modules/nav/nav.component.html b/console/src/app/modules/nav/nav.component.html index a957852c0f..cb2b1f5066 100644 --- a/console/src/app/modules/nav/nav.component.html +++ b/console/src/app/modules/nav/nav.component.html @@ -212,7 +212,46 @@ - + + + + + + + + + + + +