mirror of
https://github.com/ceph/ceph
synced 2025-03-30 23:40:09 +00:00
mgr/dashboard_v2: force whitespace in imports list
Signed-off-by: Tiago Melo <tmelo@suse.com>
This commit is contained in:
parent
4216759d58
commit
f6d9793807
src/pybind/mgr/dashboard_v2/frontend
src/app/shared/components
tslint.json@ -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';
|
||||
|
@ -1,4 +1,4 @@
|
||||
import {Directive, Input, ViewContainerRef} from '@angular/core';
|
||||
import { Directive, Input, ViewContainerRef } from '@angular/core';
|
||||
|
||||
@Directive({
|
||||
selector: '[cdTableDetails]'
|
||||
|
@ -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';
|
||||
|
||||
|
@ -120,7 +120,8 @@
|
||||
"check-decl",
|
||||
"check-operator",
|
||||
"check-separator",
|
||||
"check-type"
|
||||
"check-type",
|
||||
"check-module"
|
||||
],
|
||||
"directive-selector": [
|
||||
true,
|
||||
|
Loading…
Reference in New Issue
Block a user