Files
syncthing/src/app/status-toggle/status-toggle.component.html
T

4 lines
310 B
HTML
Raw Normal View History

<mat-button-toggle-group name="fontStyle" aria-label="Font Style">
2020-03-11 16:00:59 -04:00
<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>