mocdaniel / dashing-icinga2

Dashing dashboard for Icinga 2 using the REST API
MIT License
204 stars 47 forks source link

iFrame Title #82

Closed pianogen closed 5 years ago

pianogen commented 5 years ago

I want to add a title on top of the frame, like on all other widgets but it's not possible. How can I implement this?

dnsmichi commented 5 years ago

I'm not quite sure if I can follow ... can you create a mockup how it should look like?

dnsmichi commented 5 years ago

Haha, I see it how this works. Seems that the original iframe widget does nothing in regards of the coffee script but just use the browsers iframe capabilities.

I've modified the html widget, which broke the iframe update. But, luckily there's this gist: https://gist.github.com/hussfelt/a6fe71ebd7cce327df29

Combining this works ❤️

Screen Shot 2019-10-16 at 16 00 47
pianogen commented 5 years ago

Thank you very much for the change. :)

pianogen commented 5 years ago

I have a last question.

Is possible to implement this change in version 2.0 too?

We have at the moment only icinga 2.10 and cannot update atm.

dnsmichi commented 5 years ago

2.10 should work, I just raised the requirement to make people upgrade to 2.11 ;-) Try the Docker container then you're safe :)