diff --git a/@overflow/discovery/component/discovery.component.html b/@overflow/discovery/component/discovery.component.html index 1c3c99a..c06ac1f 100644 --- a/@overflow/discovery/component/discovery.component.html +++ b/@overflow/discovery/component/discovery.component.html @@ -1,5 +1,10 @@ - - +

Discovery

+
+
+ + +
+
@@ -15,7 +20,7 @@
- + -
+
Network Discovery 설명 페이지
\ No newline at end of file diff --git a/@overflow/discovery/component/ip-input.component.html b/@overflow/discovery/component/ip-input.component.html index eaf70f4..c0cf9df 100644 --- a/@overflow/discovery/component/ip-input.component.html +++ b/@overflow/discovery/component/ip-input.component.html @@ -1,11 +1,11 @@
{{title}} - . + . - . + . - . + .
diff --git a/@overflow/discovery/component/request-summary.component.html b/@overflow/discovery/component/request-summary.component.html index 7468f48..33bc686 100644 --- a/@overflow/discovery/component/request-summary.component.html +++ b/@overflow/discovery/component/request-summary.component.html @@ -1,16 +1,24 @@ -
- - - TCP - UDP - -
- -
- {{service}} +
+
+ + +
+ Port type + + TCP + UDP +
- - {{services.length}} services has selected. + +
+ +
+ {{service}} +
+
+ + {{services.length}} services has selected. +
\ No newline at end of file diff --git a/@overflow/discovery/component/search-config.component.html b/@overflow/discovery/component/search-config.component.html index e361962..6e3a887 100644 --- a/@overflow/discovery/component/search-config.component.html +++ b/@overflow/discovery/component/search-config.component.html @@ -57,21 +57,22 @@
-
+
- - +
{{portErrMsg}}
diff --git a/@overflow/discovery/component/service-selector.component.html b/@overflow/discovery/component/service-selector.component.html index 391d15c..5bc0913 100644 --- a/@overflow/discovery/component/service-selector.component.html +++ b/@overflow/discovery/component/service-selector.component.html @@ -3,8 +3,10 @@ -
- - + +
+
+ + +
+
+ + +
+
+ + +
-
- - -
-
- - -
-
\ No newline at end of file +
\ No newline at end of file diff --git a/src/styles.scss b/src/styles.scss index a4584f0..132349e 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -1565,6 +1565,7 @@ } .ui-button-secondary:hover{ color : #5e6166 !important; + background-color : #ededee !important; } .ui-button-large { @@ -1580,6 +1581,9 @@ .ui-top-space-10{ margin-top: 10px; + .ui-panel{ + margin-top: 10px; + } } .ui-top-space--0-5em{ @@ -1617,7 +1621,7 @@ .ui-s-button{ .ui-button-text { - padding: 2px !important; + padding: 0 !important; .ui-button-text-icon-left { padding: 2px 12px 2px 4px !important; } @@ -1628,6 +1632,19 @@ font-size: 0.8em !important; } +.ui-xs-button{ + .ui-button-text { + padding: 2px !important; + .ui-button-text-icon-left { + padding: 2px 12px 2px 4px !important; + } + .ui-button-text-icon-right { + padding: 2px 4px 2px 12px !important; + } + } + font-size: 0.6em !important; +} + .ui-status-icon{ //margin-top: 3px; //position: static; @@ -1761,6 +1778,20 @@ width: 105px !important; } } +.ui-left-info2{ + padding: 10px !important; + margin-left: -15px !important; + min-width: 300px !important; + span::after { + content: " : "; + } + span{ + width: 95px !important; + } + span.ng-star-inserted, a.ng-star-inserted>span { + width: auto !important; + } +} .ui-bottom-border-1 { border-bottom: #bdbdbd 1px solid; @@ -1770,6 +1801,9 @@ border-bottom: #bdbdbd 1px solid; } } +.ui-top-border-1 { + border-top: #bdbdbd 1px solid; +} /*.layout-container .ultima-menu{ width: 100% ; }*/