Browse Source

Merge pull request #9435 from vvlladd28/improvement/default-widget-bundle-attributtes

Improvement default widget bundle in attributes/timeseries tables
pull/9473/head
Igor Kulikov 3 years ago
committed by GitHub
parent
commit
a6e0840926
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui-ngx/src/app/modules/home/components/attribute/attribute-table.component.ts

2
ui-ngx/src/app/modules/home/components/attribute/attribute-table.component.ts

@ -501,7 +501,7 @@ export class AttributeTableComponent extends PageComponent implements AfterViewI
this.widgetsLoaded = false;
this.widgetBundleSet = false;
this.widgetsCarouselIndex = 0;
this.selectedWidgetsBundleAlias = 'cards';
this.selectedWidgetsBundleAlias = 'tables';
const entityAlias: EntityAlias = {
id: this.utils.guid(),

Loading…
Cancel
Save