Nagios XI 2012R2.9
Offloaded DB
RHEL 6.5 x64
Manual Install
Firefox 29.0.1
Can some please assist to provide quick fix for this issue. It is driving me nuts.
Scrollbar cannot be seen, full service name cannot be seen.
To see the scrollbar need to move to the right which means most of the service name is now hidden.
Thanks
UI View Problem
UI View Problem
You do not have the required permissions to view the files attached to this post.
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
RHEL 6 & 7
rrdcached & ramdisk optimisation
Re: UI View Problem
I poked around a bit with it and found this: http://www.w3schools.com/cssref/css3_pr_resize.asp
The file to edit in question is /usr/local/nagiosxi/html/includes/components/ccm/includes/hidden_overlay_functions.inc.php around line 32 in the <select> field. I added it as an inline CSS rule.
I was able to apply that and a few other rules to the select box but then it covers up the "Add Selected" button. Not being a UI guy I can't really spend more than 10 minutes or so on this before I have to defer to the devs.
Did you have a specific suggestion for what to implement or should I leave that up to the discretion of the devs?
The file to edit in question is /usr/local/nagiosxi/html/includes/components/ccm/includes/hidden_overlay_functions.inc.php around line 32 in the <select> field. I added it as an inline CSS rule.
I was able to apply that and a few other rules to the select box but then it covers up the "Add Selected" button. Not being a UI guy I can't really spend more than 10 minutes or so on this before I have to defer to the devs.
Did you have a specific suggestion for what to implement or should I leave that up to the discretion of the devs?
Former Nagios employee
Re: UI View Problem
The problem is the width. Looks like it is hardcoded to be a certain size.tmcdonald wrote:I poked around a bit with it and found this: http://www.w3schools.com/cssref/css3_pr_resize.asp
The file to edit in question is /usr/local/nagiosxi/html/includes/components/ccm/includes/hidden_overlay_functions.inc.php around line 32 in the <select> field. I added it as an inline CSS rule.
I was able to apply that and a few other rules to the select box but then it covers up the "Add Selected" button. Not being a UI guy I can't really spend more than 10 minutes or so on this before I have to defer to the devs.
Did you have a specific suggestion for what to implement or should I leave that up to the discretion of the devs?
We need to increase the width of the list box and also the form based on the client screen resolution.
Whatever the case the scroll bars needs to be visible at all times if the entries length is longer than the list box width and if all entries cannot be shown.
This is one of the places where search/filter comes in very handy. I got thousand of entries in the list and need waste considerable amount of time finding the services I want.
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
RHEL 6 & 7
rrdcached & ramdisk optimisation
Re: UI View Problem
I've sent in the feature request for this and pointed to this thread for reference.
Former Nagios employee