Add additional columns, styling and data to lists

This commit is contained in:
Jesse Lucas
2020-03-31 20:40:36 -04:00
parent 865f1f2ea6
commit 06eacb87d8
15 changed files with 51 additions and 102 deletions
@@ -23,7 +23,7 @@ export class FolderListComponent implements AfterViewInit, OnInit {
}
/** Columns displayed in the table. Columns IDs can be added, removed, or reordered. */
displayedColumns = ['id', 'label'];
displayedColumns = ['id', 'label', 'path', 'state'];
constructor(private systemConfigService: SystemConfigService) { };