added side panels
This commit is contained in:
@@ -1,19 +1,4 @@
|
||||
<div class ="viewer">
|
||||
<div class="container" fxLayout="row wrap" fxLayoutGap="30px">
|
||||
Total Flow Rate {{ totalFlowRate }}
|
||||
|
||||
<div class="flex-spacer"></div>
|
||||
|
||||
<mat-menu #appMenu="matMenu">
|
||||
<ng-container *ngFor="let item of groups; let i = index">
|
||||
<button mat-menu-item (click)="setRole(i)"> {{ item }}</button>
|
||||
</ng-container>
|
||||
</mat-menu>
|
||||
|
||||
<button mat-icon-button [matMenuTriggerFor]="appMenu">
|
||||
<mat-icon>more_vert</mat-icon>
|
||||
</button>
|
||||
</div>
|
||||
<div id="charts"></div>
|
||||
<div id="charts" cdkDropList #chartList="cdkDropList" [cdkDropListConnectedTo]="[locationList]" (cdkDropListDropped)="drop($event)"></div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user