add ability to sort devices by age (powered-on-hours)

fixes #100
This commit is contained in:
Jason Kulatunga
2022-05-26 08:33:30 -07:00
parent da4562d308
commit 7d2daf4f6a
2 changed files with 12 additions and 1 deletions
@@ -18,6 +18,7 @@
<mat-select [(ngModel)]="dashboardSort">
<mat-option value="status">Status</mat-option>
<mat-option value="title">Title</mat-option>
<mat-option value="age">Age</mat-option>
</mat-select>
</mat-form-field>
</div>