diff --git a/front/css/app.css b/front/css/app.css index 60bcbf2f..92482f51 100755 --- a/front/css/app.css +++ b/front/css/app.css @@ -1529,6 +1529,14 @@ input[readonly] { flex-direction:column; justify-content:center; } +.networkHelpIcon +{ + padding: 5px; + margin-left: 5px; + top: 55px; + position: absolute; + z-index:5; +} #networkTree .netNodeText { position: absolute; @@ -1589,7 +1597,7 @@ input[readonly] { .spanNetworkTree { display: inline-block; - width: 120px; + width: 135px; white-space: nowrap; overflow: hidden !important; text-overflow: ellipsis; @@ -1635,6 +1643,10 @@ input[readonly] { { display: none; } + .dev-detail-tab-name + { + display: none; + } } /* ----------------------------------------------------------------- */ diff --git a/front/deviceDetails.php b/front/deviceDetails.php index 88d10f29..cd19221c 100755 --- a/front/deviceDetails.php +++ b/front/deviceDetails.php @@ -61,12 +61,54 @@