Commit dc5a55c9385c76a9c51b128b901bdce1b0481b62
Committed by
Artem Babak
1 parent
f8141311
Minor code cleanup
Showing
1 changed file
with
2 additions
and
4 deletions
@@ -39,7 +39,6 @@ import { | @@ -39,7 +39,6 @@ import { | ||
39 | RuleNodeComponentsResolver, | 39 | RuleNodeComponentsResolver, |
40 | TooltipsterResolver | 40 | TooltipsterResolver |
41 | } from '@home/pages/rulechain/rulechain-routing.module'; | 41 | } from '@home/pages/rulechain/rulechain-routing.module'; |
42 | -import { CustomersTableConfigResolver } from '@home/pages/customer/customers-table-config.resolver'; | ||
43 | 42 | ||
44 | const routes: Routes = [ | 43 | const routes: Routes = [ |
45 | { | 44 | { |
@@ -56,7 +55,7 @@ const routes: Routes = [ | @@ -56,7 +55,7 @@ const routes: Routes = [ | ||
56 | component: EntitiesTableComponent, | 55 | component: EntitiesTableComponent, |
57 | data: { | 56 | data: { |
58 | auth: [Authority.TENANT_ADMIN, Authority.CUSTOMER_USER], | 57 | auth: [Authority.TENANT_ADMIN, Authority.CUSTOMER_USER], |
59 | - edgesType: 'tenant', | 58 | + edgesType: 'tenant' |
60 | }, | 59 | }, |
61 | resolve: { | 60 | resolve: { |
62 | entitiesTableConfig: EdgesTableConfigResolver | 61 | entitiesTableConfig: EdgesTableConfigResolver |
@@ -272,8 +271,7 @@ const routes: Routes = [ | @@ -272,8 +271,7 @@ const routes: Routes = [ | ||
272 | ] | 271 | ] |
273 | } | 272 | } |
274 | ] | 273 | ] |
275 | - } | ||
276 | - ]; | 274 | + }]; |
277 | 275 | ||
278 | @NgModule({ | 276 | @NgModule({ |
279 | imports: [RouterModule.forChild(routes)], | 277 | imports: [RouterModule.forChild(routes)], |