From 7027f8f0b1e439fcd8252091f08568878be0f4a2 Mon Sep 17 00:00:00 2001 From: geek Date: Fri, 22 Jun 2018 15:40:51 +0900 Subject: [PATCH] ing --- .../component/target-filter.component.html | 20 ++++++- .../component/target-filter.component.scss | 9 --- .../component/target-filter.component.ts | 1 - .../component/target-list.component.html | 60 +++++++++++-------- 4 files changed, 53 insertions(+), 37 deletions(-) delete mode 100644 @overflow/target/component/target-filter.component.scss diff --git a/@overflow/target/component/target-filter.component.html b/@overflow/target/component/target-filter.component.html index f7301c5..f843921 100644 --- a/@overflow/target/component/target-filter.component.html +++ b/@overflow/target/component/target-filter.component.html @@ -1 +1,19 @@ -
filter
\ No newline at end of file +
+ +
+
+ + +
+
+ +
+ + + + +
+
+ + + diff --git a/@overflow/target/component/target-filter.component.scss b/@overflow/target/component/target-filter.component.scss deleted file mode 100644 index 97910d9..0000000 --- a/@overflow/target/component/target-filter.component.scss +++ /dev/null @@ -1,9 +0,0 @@ -.radio-group { - display: inline-flex; - flex-direction: column; - } - - .radio-button { - margin: 5px; - } - \ No newline at end of file diff --git a/@overflow/target/component/target-filter.component.ts b/@overflow/target/component/target-filter.component.ts index c4112bf..bf738eb 100644 --- a/@overflow/target/component/target-filter.component.ts +++ b/@overflow/target/component/target-filter.component.ts @@ -5,7 +5,6 @@ import { Router } from '@angular/router'; @Component({ selector: 'of-target-filter', templateUrl: './target-filter.component.html', - styleUrls: ['./target-filter.component.scss'] }) export class TargetFilterComponent implements OnInit { diff --git a/@overflow/target/component/target-list.component.html b/@overflow/target/component/target-list.component.html index f336b3e..977ab84 100644 --- a/@overflow/target/component/target-list.component.html +++ b/@overflow/target/component/target-list.component.html @@ -4,32 +4,40 @@ - - - - No. - Status - Type - Name - Sensors - Created at - - - - - - {{(rowIndex + 1) }} - - {{target.infra.metaInfraType.name}} - {{target.displayName}} - {{target.sensorCount}} - {{target.createDate | date: 'yyyy-MM-dd'}} - - - - - - +
+
+ +
+ +
+ + + + No. + Status + Type + Name + Sensors + Created at + + + + + + {{(rowIndex + 1) }} + + {{target.infra.metaInfraType.name}} + {{target.displayName}} + {{target.sensorCount}} + {{target.createDate | date: 'yyyy-MM-dd'}} + + + + + + +
+