diff --git a/@overflow/discovery/component/discovery/discovery.component.html b/@overflow/discovery/component/discovery/discovery.component.html index 9f0e5c1..402c8de 100644 --- a/@overflow/discovery/component/discovery/discovery.component.html +++ b/@overflow/discovery/component/discovery/discovery.component.html @@ -1,8 +1,8 @@ +

Discovery

+
-
- Temp Area -
-
@@ -19,4 +19,4 @@
-
+ \ No newline at end of file diff --git a/@overflow/discovery/component/discovery/search-config/search-config.component.html b/@overflow/discovery/component/discovery/search-config/search-config.component.html index d546eb4..97f4153 100644 --- a/@overflow/discovery/component/discovery/search-config/search-config.component.html +++ b/@overflow/discovery/component/discovery/search-config/search-config.component.html @@ -1,21 +1,31 @@ -
+
- - -
-
+
+ +
+
+ +
+
+ +
+
+
-
+
-
- Start IP Adress +
+ +
+
+ Start . @@ -25,9 +35,9 @@
-
- End IP Adress +
+ End . @@ -37,9 +47,9 @@
-
- Exclud IP Adress +
+ Exclud . @@ -49,25 +59,41 @@
-
-
+
+ +
+
+
-
+
- -
- Start Port : - - - End Port : - - Exclude Port : - + +
+ +
+
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+
+ +
+
+
- - -
diff --git a/@overflow/discovery/component/discovery/search-filter/search-filter.component.html b/@overflow/discovery/component/discovery/search-filter/search-filter.component.html index 5e10c33..ffa9f93 100644 --- a/@overflow/discovery/component/discovery/search-filter/search-filter.component.html +++ b/@overflow/discovery/component/discovery/search-filter/search-filter.component.html @@ -1,8 +1,11 @@ -
-
- Start IP Adress +
+
+ +
+
+ Start . @@ -12,10 +15,9 @@
-
- End IP Adress - +
+ End . @@ -26,7 +28,7 @@
-
+
diff --git a/@overflow/discovery/component/setting/probe-selector/probe-selector.component.html b/@overflow/discovery/component/setting/probe-selector/probe-selector.component.html index 5b466ff..3385880 100644 --- a/@overflow/discovery/component/setting/probe-selector/probe-selector.component.html +++ b/@overflow/discovery/component/setting/probe-selector/probe-selector.component.html @@ -4,6 +4,6 @@ placeholder="Select a Probe" [(ngModel)]="selected" (onChange)="onProbeSelect($event)" - [style]="{'width':'300px'}"> + [style]="{'width':'100%'}">
diff --git a/src/assets/layout/images/favicon.png b/src/assets/layout/images/favicon.png index 523cba3..b510041 100644 Binary files a/src/assets/layout/images/favicon.png and b/src/assets/layout/images/favicon.png differ diff --git a/src/styles.scss b/src/styles.scss index d556ffa..d6d5ed1 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -142,6 +142,9 @@ .ui-bottom-space-10{ margin-bottom: 10px; } +.ui-bottom-space-20{ + margin-bottom: 20px; +} .ui-top-space-10{ margin-top: 10px;