move dashboard elements and store the order
This commit is contained in:
@@ -10,7 +10,7 @@ import { NewDashboardComponent } from './new-dashboard/new-dashboard.component';
|
||||
})
|
||||
export class DashboardPageComponent implements OnInit {
|
||||
|
||||
displayedColumns: string[] = ['name', 'description'];
|
||||
displayedColumns: string[] = [/*'icon',*/ 'name', 'description'];
|
||||
dataSource: Dashboard[] = [];
|
||||
loading = true;
|
||||
error = "";
|
||||
|
||||
Reference in New Issue
Block a user