Files
syncthing/src/app/status-toggle/status-toggle.component.html
T
Jesse Lucas 61b4de581d create folder and device list components
refactor status-list to contain device and folder list
2020-03-11 21:24:02 -04:00

4 lines
310 B
HTML

<mat-button-toggle-group name="fontStyle" aria-label="Font Style">
<mat-button-toggle value="folders" (click)="onSelect(toggleAction.Folders)">Folders</mat-button-toggle>
<mat-button-toggle value=" devices" (click)="onSelect(toggleAction.Devices)">Devices</mat-button-toggle>
</mat-button-toggle-group>