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'}} |
+
+
+ |
+
+
+
+
+