Help component added

This commit is contained in:
Piotr Pekala
2019-06-24 01:41:28 -07:00
parent 4ed93ed6ab
commit eaf38d4374
7 changed files with 51 additions and 3 deletions

View File

@ -21,9 +21,12 @@
<mat-icon>cloud_download</mat-icon>
<span>Installed software</span>
</button>
<button mat-menu-item routerLink="/help">
<mat-icon>help</mat-icon>
<span>Help</span>
</button>
</mat-menu>
</mat-toolbar>
</header>
@ -34,4 +37,3 @@
<footer class="footer mat-app-background">
GNS3 Web UI &copy; 2019 - v{{ uiVersion }}
</footer>