diff --git a/src/packages/discovery/component/setting/setting.component.html b/src/packages/discovery/component/setting/setting.component.html index 655aa69..85f436f 100644 --- a/src/packages/discovery/component/setting/setting.component.html +++ b/src/packages/discovery/component/setting/setting.component.html @@ -5,26 +5,26 @@ --> - +
-
+
-
+
-
+
@@ -33,16 +33,16 @@
-
+
-
+
TCP  
-
+
UDP  
@@ -50,14 +50,14 @@
-
+
-
+
@@ -72,17 +72,17 @@ -->
-
+
+ [sourceStyle]="{'height':'300px'}" [targetStyle]="{'height':'300px'}" [showTargetControls]="false" [showSourceControls]="false">
-
{{service.name}}
+
{{service.name}}
@@ -113,15 +113,17 @@ -
+
-
Selected Nodes: +
+
Selected Nodes: {{file.label}} -
- - +
+ + +
diff --git a/src/packages/sensor/component/list/list.component.html b/src/packages/sensor/component/list/list.component.html index 96d0950..9571590 100644 --- a/src/packages/sensor/component/list/list.component.html +++ b/src/packages/sensor/component/list/list.component.html @@ -12,14 +12,26 @@
-
-
- - - - - +
+
+
+ + + + + +
+
+
+ Up + Dwon + Warn + Error +
+
+
+

Search

@@ -48,21 +60,27 @@
- + -
-
-
{{item.target.id}} - {{item.target.displayName}}
-
-
- {{sensor.crawler.name}} | {{sensor.itemCount}} items | {{sensor.status.name}} +
+
+
+ {{item.target.id}} - {{item.target.displayName}} +
+
diff --git a/src/styles.scss b/src/styles.scss index e1c7f15..61615d3 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -33,17 +33,6 @@ font-size: 1.6em !important; } -.ui-orderlist-controls { - display: none !important; - visibility: hidden; -} - -.ui-picklist-buttons-unvisible{ - .ng-star-inserted.ui-picklist-buttons{ - visibility:hidden !important; - } -} - .ui-bottom-space-10{ margin-bottom: 10px; } @@ -130,7 +119,7 @@ img.ui-img-profile-responsive { height: auto; @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { - + } @media (max-width: 1024px) { @@ -140,4 +129,22 @@ img.ui-img-profile-responsive { @media (max-width: 640px) { } -} \ No newline at end of file +} +.ui-sensors-datalist { + .ui-sensors{ + .ui-sensor{ + display:inline-block; + margin: auto; + padding:9px; + text-align: center; + .ui-icon-lg{ + font-size: 3em; + margin: 3px; + } + } + .ui-sensors-details{ + display:inline-block; + margin: auto 0; + } + } +}