Page 1 of 1

UI View Problem

Posted: Mon Jun 09, 2014 7:17 pm
by rajasegar
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.
size_problem1.png
size_problem2.png
Thanks

Re: UI View Problem

Posted: Tue Jun 10, 2014 10:15 am
by tmcdonald
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?

Re: UI View Problem

Posted: Tue Jun 10, 2014 6:11 pm
by rajasegar
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?
The problem is the width. Looks like it is hardcoded to be a certain size.
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.

Re: UI View Problem

Posted: Wed Jun 11, 2014 9:53 am
by tmcdonald
I've sent in the feature request for this and pointed to this thread for reference.