Custom quick action icon

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
WillemDH
Posts: 2320
Joined: Wed Mar 20, 2013 5:49 am
Location: Ghent
Contact:

Custom quick action icon

Post by WillemDH »

Hello,

I'd like to differentiate quick actions. Is it possible to configure a custom quick action icon somehow?

Willem
Nagios XI 5.8.1
https://outsideit.net
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Custom quick action icon

Post by ssax »

Looks like you can just replace the code in the code box (it's commented by default) with this:

Code: Select all

$img = '/nagiosxi/images/star.png';
Then you can put your images in /usr/local/nagiosxi/html/images and:

Code: Select all

chown nagios.nagios /usr/local/nagiosxi/html/images/star.png
chmod 640 /usr/local/nagiosxi/html/images/star.png
User avatar
WillemDH
Posts: 2320
Joined: Wed Mar 20, 2013 5:49 am
Location: Ghent
Contact:

Re: Custom quick action icon

Post by WillemDH »

Thanks Sean, that worked for me. Please close :)
Nagios XI 5.8.1
https://outsideit.net
Locked