Apply code style

This commit is contained in:
ziajka
2019-01-15 11:15:54 +01:00
parent fd8fbf3919
commit 74b84a13f0
357 changed files with 5859 additions and 6469 deletions

View File

@ -1,26 +1,17 @@
<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>
<button mat-button routerLink="/settings" >
<mat-icon>settings</mat-icon>
</button>
<button mat-button routerLink="/settings"><mat-icon>settings</mat-icon></button>
</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>
<footer class="footer mat-app-background">
GNS3 Web UI demo &copy; 2018
</footer>
<footer class="footer mat-app-background">GNS3 Web UI demo &copy; 2018</footer>