mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-19 15:23:51 +00:00
Merge with master
This commit is contained in:
@ -1,10 +1,8 @@
|
||||
<header>
|
||||
<mat-toolbar color="primary">
|
||||
<button mat-icon-button>
|
||||
<mat-icon svgIcon="gns3"></mat-icon>
|
||||
</button>
|
||||
<button mat-icon-button><mat-icon svgIcon="gns3"></mat-icon></button>
|
||||
|
||||
<button mat-button routerLink="/servers" >Servers</button>
|
||||
<button mat-button routerLink="/servers">Servers</button>
|
||||
|
||||
<span class="fill-space"></span>
|
||||
|
||||
@ -27,9 +25,7 @@
|
||||
</mat-toolbar>
|
||||
</header>
|
||||
|
||||
<main class="mat-app-background">
|
||||
<router-outlet></router-outlet>
|
||||
</main>
|
||||
<main class="mat-app-background"><router-outlet></router-outlet></main>
|
||||
|
||||
<app-progress></app-progress>
|
||||
|
||||
|
Reference in New Issue
Block a user