UI View Problem

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
rajasegar
Posts: 1018
Joined: Sun Mar 30, 2014 10:49 pm

UI View Problem

Post 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
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
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: UI View Problem

Post 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?
Former Nagios employee
rajasegar
Posts: 1018
Joined: Sun Mar 30, 2014 10:49 pm

Re: UI View Problem

Post 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.
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: UI View Problem

Post by tmcdonald »

I've sent in the feature request for this and pointed to this thread for reference.
Former Nagios employee
Locked