|
|
|
@ -40,6 +40,7 @@ import { |
|
|
|
EventContentDialogData |
|
|
|
} from '@home/components/event/event-content-dialog.component'; |
|
|
|
import { isEqual, sortObjectKeys } from '@core/utils'; |
|
|
|
import {historyInterval, MINUTE} from '@shared/models/time/time.models'; |
|
|
|
import { ConnectedPosition, Overlay, OverlayConfig, OverlayRef } from '@angular/cdk/overlay'; |
|
|
|
import { ChangeDetectorRef, Injector, StaticProvider, ViewContainerRef } from '@angular/core'; |
|
|
|
import { ComponentPortal } from '@angular/cdk/portal'; |
|
|
|
@ -89,6 +90,7 @@ export class EventTableConfig extends EntityTableConfig<Event, TimePageLink> { |
|
|
|
this.loadDataOnInit = false; |
|
|
|
this.tableTitle = ''; |
|
|
|
this.useTimePageLink = true; |
|
|
|
this.defaultTimewindowInterval = historyInterval(MINUTE * 15); |
|
|
|
this.detailsPanelEnabled = false; |
|
|
|
this.selectionEnabled = false; |
|
|
|
this.searchEnabled = false; |
|
|
|
|