1
0
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:
Tiago Melo 2018-02-06 16:35:15 +00:00 committed by Ricardo Dias
parent 4216759d58
commit f6d9793807
No known key found for this signature in database
GPG Key ID: 74390C579BD37B68
4 changed files with 6 additions and 5 deletions
src/pybind/mgr/dashboard_v2/frontend

View File

@ -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';

View File

@ -1,4 +1,4 @@
import {Directive, Input, ViewContainerRef} from '@angular/core';
import { Directive, Input, ViewContainerRef } from '@angular/core';
@Directive({
selector: '[cdTableDetails]'

View File

@ -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';

View File

@ -120,7 +120,8 @@
"check-decl",
"check-operator",
"check-separator",
"check-type"
"check-type",
"check-module"
],
"directive-selector": [
true,