Hello,
I would like to change the BBMap table color from grey to white, can I do that? and where. thanks
BBMap
Re: BBMap
Hello,
Thank you for the reply.
I have attached 2 pics. One Picture for the BBMap main page in Home, and one that I filtered and added to my dashboard ( pic1)
Thanks for the help.
Best Regards,
Peter
Thank you for the reply.
I have attached 2 pics. One Picture for the BBMap main page in Home, and one that I filtered and added to my dashboard ( pic1)
Thanks for the help.
Best Regards,
Peter
You do not have the required permissions to view the files attached to this post.
Re: BBMap
Hello,
I went to /usr/local/nagiosxi/html/includes/components/bbmap, and there was the below files:
bbmap.css
bbmap.inc.php
bbmap.js
dashlet.inc.php
images
index.php
sanity.sh
I assumed the bbmap.css is the right file but there was no color indication in it or in any of the above files.
Best Regards,
Peter
I went to /usr/local/nagiosxi/html/includes/components/bbmap, and there was the below files:
bbmap.css
bbmap.inc.php
bbmap.js
dashlet.inc.php
images
index.php
sanity.sh
I assumed the bbmap.css is the right file but there was no color indication in it or in any of the above files.
Best Regards,
Peter
Re: BBMap
Did someone manually make changes to XI already, or does it work on a different browser?
I'm trying to find a part that's grey, but I'm unable to. Here's what my BBMap looks like on XI 5.2.8 -
I'm trying to find a part that's grey, but I'm unable to. Here's what my BBMap looks like on XI 5.2.8 -
You do not have the required permissions to view the files attached to this post.
Former Nagios Employee
Re: BBMap
Changing the CSS around really isn't going to be something we can support. While it's not going to hurt anything, this is something that becomes custom development as we're going to have to spend time digging as well. The best guidance I can offer is by running find /usr/local/nagiosxi/html/ -name "*.css" and looking further into the files. You should be able to pull more information by looking at what element that part of the table is pulling from exactly.
Former Nagios Employee