Add descriptive text indicating what grouping functionality benefits are

pull/33/head
Chris Veilleux 2019-01-03 14:52:08 -06:00
parent d1e09bcbbf
commit c7c6174b0e
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
<div mat-dialog-title class="mat-h2-primary">Group</div>
<div mat-dialog-content>
<div class="mat-body">
Groups are useful to organize multiple devices. You can reuse device names if they are in different groups.
</div>
<mat-radio-group fxLayout="column" [(ngModel)]="selectedGroup.name">
<ng-container *ngFor="let group of deviceGroups">