Page 1 of 1

Custom quick action icon

Posted: Mon Aug 08, 2016 2:25 am
by WillemDH
Hello,

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

Willem

Re: Custom quick action icon

Posted: Mon Aug 08, 2016 12:41 pm
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

Re: Custom quick action icon

Posted: Thu Aug 11, 2016 8:43 am
by WillemDH
Thanks Sean, that worked for me. Please close :)