From: Tiago Melo Date: Tue, 6 Feb 2018 16:35:15 +0000 (+0000) Subject: mgr/dashboard_v2: force whitespace in imports list X-Git-Tag: v13.0.2~84^2~92 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f6d979380716bd3bc8487e1bb8f2e00c4bb73ef2;p=ceph.git mgr/dashboard_v2: force whitespace in imports list Signed-off-by: Tiago Melo --- diff --git a/src/pybind/mgr/dashboard_v2/frontend/src/app/shared/components/components.module.ts b/src/pybind/mgr/dashboard_v2/frontend/src/app/shared/components/components.module.ts index d818d927e13f..0f57c48e6a64 100644 --- a/src/pybind/mgr/dashboard_v2/frontend/src/app/shared/components/components.module.ts +++ b/src/pybind/mgr/dashboard_v2/frontend/src/app/shared/components/components.module.ts @@ -2,7 +2,7 @@ import { CommonModule } from '@angular/common'; import { NgModule } from '@angular/core'; import { FormsModule } from '@angular/forms'; -import {NgxDatatableModule} from '@swimlane/ngx-datatable'; +import { NgxDatatableModule } from '@swimlane/ngx-datatable'; import { TableDetailsDirective } from './table/table-details.directive'; import { TableComponent } from './table/table.component'; diff --git a/src/pybind/mgr/dashboard_v2/frontend/src/app/shared/components/table/table-details.directive.ts b/src/pybind/mgr/dashboard_v2/frontend/src/app/shared/components/table/table-details.directive.ts index d3b226353db4..5c529dc72b74 100644 --- a/src/pybind/mgr/dashboard_v2/frontend/src/app/shared/components/table/table-details.directive.ts +++ b/src/pybind/mgr/dashboard_v2/frontend/src/app/shared/components/table/table-details.directive.ts @@ -1,4 +1,4 @@ -import {Directive, Input, ViewContainerRef} from '@angular/core'; +import { Directive, Input, ViewContainerRef } from '@angular/core'; @Directive({ selector: '[cdTableDetails]' diff --git a/src/pybind/mgr/dashboard_v2/frontend/src/app/shared/components/table/table.component.spec.ts b/src/pybind/mgr/dashboard_v2/frontend/src/app/shared/components/table/table.component.spec.ts index d20303ee6a85..07a1825d86ae 100644 --- a/src/pybind/mgr/dashboard_v2/frontend/src/app/shared/components/table/table.component.spec.ts +++ b/src/pybind/mgr/dashboard_v2/frontend/src/app/shared/components/table/table.component.spec.ts @@ -1,7 +1,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; -import {FormsModule} from '@angular/forms'; +import { FormsModule } from '@angular/forms'; -import {NgxDatatableModule, TableColumn} from '@swimlane/ngx-datatable'; +import { NgxDatatableModule, TableColumn } from '@swimlane/ngx-datatable'; import { TableComponent } from './table.component'; diff --git a/src/pybind/mgr/dashboard_v2/frontend/tslint.json b/src/pybind/mgr/dashboard_v2/frontend/tslint.json index 94df37e2138b..d2486f1bbcaa 100644 --- a/src/pybind/mgr/dashboard_v2/frontend/tslint.json +++ b/src/pybind/mgr/dashboard_v2/frontend/tslint.json @@ -120,7 +120,8 @@ "check-decl", "check-operator", "check-separator", - "check-type" + "check-type", + "check-module" ], "directive-selector": [ true,