mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-30 16:13:55 +00:00
Start working on map toolbar
This commit is contained in:
parent
4bc90c77e5
commit
8be2317c69
@ -13,3 +13,12 @@
|
|||||||
/*height: 100%;*/
|
/*height: 100%;*/
|
||||||
/*}*/
|
/*}*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.project-toolbar {
|
||||||
|
width: 70px;
|
||||||
|
position: absolute;
|
||||||
|
top: 20px;
|
||||||
|
left: 20px;
|
||||||
|
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
||||||
|
}
|
||||||
|
@ -1 +1,25 @@
|
|||||||
<div *ngIf="project" class="project-map"><app-map [nodes]="nodes" [links]="links"></app-map></div>
|
<div *ngIf="project" class="project-map">
|
||||||
|
<app-map [nodes]="nodes" [links]="links"></app-map>
|
||||||
|
|
||||||
|
<div class="project-toolbar">
|
||||||
|
<mat-toolbar color="primary" class="project-toolbar">
|
||||||
|
<button mat-icon-button>
|
||||||
|
<mat-icon svgIcon="gns3"></mat-icon>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<mat-toolbar-row>
|
||||||
|
<button mat-icon-button>
|
||||||
|
<mat-icon>verified_user</mat-icon>
|
||||||
|
</button>
|
||||||
|
</mat-toolbar-row>
|
||||||
|
|
||||||
|
<mat-toolbar-row>
|
||||||
|
<button mat-icon-button>
|
||||||
|
<mat-icon>delete</mat-icon>
|
||||||
|
</button>
|
||||||
|
</mat-toolbar-row>
|
||||||
|
</mat-toolbar>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user