Showing
3 changed files
with
3 additions
and
2 deletions
... | ... | @@ -25,7 +25,7 @@ import { EventService } from '@core/http/event.service'; |
25 | 25 | import { DialogService } from '@core/services/dialog.service'; |
26 | 26 | import { DebugEventType, EventType } from '@shared/models/event.models'; |
27 | 27 | import { RuleChainService } from "@core/http/rule-chain.service"; |
28 | -import {AttributeService} from "@core/http/attribute.service"; | |
28 | +import { AttributeService } from "@core/http/attribute.service"; | |
29 | 29 | |
30 | 30 | @Component({ |
31 | 31 | selector: 'tb-event-table', | ... | ... |
... | ... | @@ -107,6 +107,7 @@ export class EntityActionTableColumn<T extends BaseData<HasId>> extends BaseEnti |
107 | 107 | super('action', key, title, width, false); |
108 | 108 | } |
109 | 109 | } |
110 | + | |
110 | 111 | export class DateEntityTableColumn<T extends BaseData<HasId>> extends EntityTableColumn<T> { |
111 | 112 | constructor(key: string, |
112 | 113 | title: string, | ... | ... |
... | ... | @@ -27,7 +27,7 @@ import { DashboardsTableConfigResolver } from '@modules/home/pages/dashboard/das |
27 | 27 | import { DashboardPageComponent } from '@home/pages/dashboard/dashboard-page.component'; |
28 | 28 | import { BreadCrumbConfig } from '@shared/components/breadcrumb'; |
29 | 29 | import { dashboardBreadcumbLabelFunction, DashboardResolver } from '@home/pages/dashboard/dashboard-routing.module'; |
30 | -import {EdgesTableConfigResolver} from "@home/pages/edge/edges-table-config.resolver"; | |
30 | +import { EdgesTableConfigResolver } from "@home/pages/edge/edges-table-config.resolver"; | |
31 | 31 | |
32 | 32 | const routes: Routes = [ |
33 | 33 | { | ... | ... |