Page 2 of 2
Re: Custom URL Dashlet - On existing Dashboards
Posted: Mon Jan 11, 2016 5:49 pm
by ssax
After looking at the code I believe this is a bug, I've submitted a bug report for it with a link back to this thread:
Code: Select all
NEW TASK ID 7448 created - Nagios XI Bug Report: Custom URL dashlet ignoring width/height
I'm unable to come up with a workaround at this point.
Re: Custom URL Dashlet - On existing Dashboards
Posted: Mon Jan 11, 2016 6:09 pm
by SteveBeauchemin
Looks bugly to me too...
Re: Custom URL Dashlet - On existing Dashboards
Posted: Tue Jan 12, 2016 11:20 am
by lmiltchev
It is up to the developers now.

Do you want us to keep the thread open?
Re: Custom URL Dashlet - On existing Dashboards
Posted: Tue Jan 12, 2016 11:46 am
by SteveBeauchemin
I have a workaround that involves copying the old file over the new file. Easy enough. I just wanted to make sure I was not crazy.
There is also a Typo in the new code that I should point out since I spotted it and your quality control missed it... no biggie...
In the addition where a refresh time is now available to add...
This code
Code: Select all
<label for="url">'._('Refresh Rate').'</label>
<br class="nobr" />
<input type="text" name="refresh" id="refresh" value="60"> '._('seconds').'
<br class="nobr" />
The label line needs
<label for="url"
changed to
<label for="refresh"
Please pass that on to the devs in case they miss it again.
Thanks - close it up...
Steve B