diff --git a/docs/img/WORKFLOWS/workflows.png b/docs/img/WORKFLOWS/workflows.png index df1bab6c..ad86ac70 100755 Binary files a/docs/img/WORKFLOWS/workflows.png and b/docs/img/WORKFLOWS/workflows.png differ diff --git a/front/css/app.css b/front/css/app.css index 68057e05..9558c7a1 100755 --- a/front/css/app.css +++ b/front/css/app.css @@ -1517,10 +1517,9 @@ input[readonly] { /* AdminLTE overrides */ #networkTree .box { - border-top:1px; + /* border-top:1px; */ border-top-color:grey; padding:0px; - padding-top:6px; margin:0px; align-items:center; border-radius:20px; @@ -1528,7 +1527,7 @@ input[readonly] { /* display:flex; */ flex-direction:column; justify-content:center; - display: inline-grid; + /* display: inline-grid; */ } .helpIcon { @@ -1577,17 +1576,16 @@ input[readonly] { width: auto; } + #networkTree .netCollapse { - display: block; position: absolute; - margin-left: 170px; - font-size: large; - left: -15px; + right: 0; + margin-right: -3px; } #networkTree .highlightedNode { - border: solid; + /* border: solid; */ border-color:cyan; } #networkTree .netStatus-Off-line i, @@ -1598,7 +1596,6 @@ input[readonly] { .spanNetworkTree { display: inline-block; - /* width: 135px; */ white-space: nowrap; overflow: hidden !important; text-overflow: ellipsis; @@ -1614,6 +1611,11 @@ input[readonly] { /* margin-left: 0.2em; */ } +.networkTable .networkNodeTabHeaders a { + display: block; + height: 3em; +} + .networkTable .icon { /* padding-left:2em; */ width:2em; @@ -1632,7 +1634,6 @@ input[readonly] { .networkNodeTabHeaders { - max-width: 200px; text-overflow: ellipsis; overflow: hidden; text-wrap: nowrap; @@ -1710,13 +1711,6 @@ input[readonly] { padding-top: 20px; } - -.login-page .login-custom -{ - width:480px; - -} - /*Hidden special button*/ @media (max-width: 365px) { @@ -1975,6 +1969,7 @@ input[readonly] { right: 0.1em; } + .workflows .remove-condition { z-index: 1; diff --git a/front/devices.php b/front/devices.php index 29b29ef8..a7b07aa7 100755 --- a/front/devices.php +++ b/front/devices.php @@ -74,10 +74,10 @@