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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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(), |
|
|
|
|