Progress screen

This commit is contained in:
ziajka
2018-06-26 16:47:40 +02:00
parent 0cb1b4197a
commit 934c2f9933
18 changed files with 216 additions and 6 deletions

View File

@ -0,0 +1,26 @@
<header>
<mat-toolbar color="primary">
<button mat-icon-button>
<mat-icon svgIcon="gns3"></mat-icon>
</button>
<button mat-button routerLink="/servers" >Servers</button>
<span class="fill-space"></span>
<button mat-button routerLink="/settings" >
<mat-icon>settings</mat-icon>
</button>
</mat-toolbar>
</header>
<main class="mat-app-background">
<router-outlet></router-outlet>
</main>
<app-progress></app-progress>
<footer class="footer mat-app-background">
GNS3 Web UI demo &copy; 2018
</footer>