diff --git a/index.php b/index.php index 7f45f6c..7c703a6 100755 --- a/index.php +++ b/index.php @@ -66,7 +66,7 @@ Exemples: /24 10.
- ">
@@ -322,7 +322,7 @@ Exemples: /24 10.
- " title="2: léger, 9: tous, défaut: 7">
@@ -345,14 +345,14 @@ Exemples: /24 10.
- ">
- " title="">
@@ -397,7 +397,7 @@ Exemples: /24 10.
- ">
@@ -427,25 +427,60 @@ Exemples: /24 10.
- " oninput="minHostgroupInput.max = maxHostgroupInput.value">
+ +
+ +
+
+ + " + oninput="maxParallelismInput.min = minParallelismInput.value"> +
+
+ + " + oninput="minParallelismInput.max = maxParallelismInput.value"> +
+
+
-
+
- +
- > + +
+ "> +
+
+ +
+ > > "> +
+
+ +
+ > + +
+ "> +
+ +
+
+ +
+ > + +
+ "> +
+
+ +
+ > + +
+ "> +
+
Divers
@@ -646,13 +741,7 @@ foreach ([$DATADIR, $NMAPDIR] as $dir) { $(".ui.accordion").accordion() - $("#compareWithSelect").dropdown({ - clearable: true - }) - $("#minRTTUnit").dropdown({ - clearable: true - }) - $("#maxRTTUnit").dropdown({ + $(".ui.dropdown").dropdown({ clearable: true }) diff --git a/style.css b/style.css index cfc2692..6425104 100644 --- a/style.css +++ b/style.css @@ -41,6 +41,14 @@ main { margin-top: 0; } +.ui.dropdown.label { + min-width: auto; +} + +.ui.dropdown.label> .remove.icon { + right: 2.3em; +} + .toast-container .ui.header { text-transform: capitalize; }