Move all into newgui/

This commit is contained in:
Jakob Borg
2021-02-10 13:58:08 +01:00
parent 777a30e870
commit 472affb6a3
120 changed files with 0 additions and 0 deletions
@@ -0,0 +1,4 @@
<mat-button-toggle-group class="tui-button-toggle" name="fontStyle" aria-label="Font Style" value="folders">
<mat-button-toggle value="folders" (click)="onSelect(listType.Folder)">Folders</mat-button-toggle>
<mat-button-toggle value="devices" (click)="onSelect(listType.Device)">Devices</mat-button-toggle>
</mat-button-toggle-group>