mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-28 20:15:47 +00:00
27 lines
549 B
HTML
27 lines
549 B
HTML
<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 © 2018
|
|
</footer>
|
|
|