I'm having trouble selecting devices for use in Device Groups because the fields to select from are too narrow (see screenshot). I cannot distinguish between some of the devices because the unique part of the name extends beyond the visible space!
Announcement
Collapse
No announcement yet.
Fields too narrow
Collapse
X
-
See this post. It is a quick edit of the css stylesheet - edit html/css/hs.css and change the following lines (line 374):
Code:/* selector pop-up layout */ .selectorleft {min-width:200px; width:auto;} .selectorright {min-width:200px; width:auto;}
HS4 Pro, 4.2.18.3 Windows 10 pro, Supermicro LP Xeon
-
Originally posted by bbuck2002 View PostSame behavior... neither in hs.css nor Custom.css did this code resolve my problem.
HS4 Pro, 4.2.18.3 Windows 10 pro, Supermicro LP Xeon
Comment
-
Originally posted by spud View Postwhat version of HS3 are you running?
This fix is supposed to be in recent versions. I just checked and it works for me out of the box (no need to change anything manually) with version 3.0.0.435HS4 Pro, 4.2.18.3 Windows 10 pro, Supermicro LP Xeon
Comment
-
Originally posted by spud View PostRich put the fix in hs.css on October 5th 2017, it should look like this:
Code:/* selector pop-up layout */ .selectorleft { min-width: 200px; } .selectorright { min-width: 200px; }
HS4 Pro, 4.2.18.3 Windows 10 pro, Supermicro LP Xeon
Comment
Comment