-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add theme with hostname displayed on top #3093
Comments
Problem with this is that it wastes space on the right side, as there is now superfluous free space on top. But lucky you, our next layout is in the work these days and we'll separate the logo itself from header row constraints. So, this will allow to do what you're currently practicing with even more possibilities and less spacing constraints. And it could then allow us to provide an optional/configurable "header-logo-info" section. I could imagine a configuration section like this: [themes]
logo-info = "${fqdn}: ${ipaddress}\n${operatingsystem}\nPowered by @mwaldmueller" Probably with less details, the example should just show what could be accomplished. |
@mwaldmueller: eventually talk to @flourish86, he's currently working on the new theme. So, now is the perfect time to influence him with your ideas. |
Already done! Thanks for your feedback |
I would do that in the browsers tab title, if not already there. Classic UI had such a patch. |
If such a thing is desired one can still (as shown in the OP) accomplish this with a custom theme. Plenty of users do this already. (even in a more extensive manner) |
I've moved this into Icinga/icingaweb2-theme-company#7 since I really like the idea :) |
This is an enhancement and especially helpful when you have Icinga Web 2 installed on two cluster nodes. Until now I expand the themes like this with "/usr/share/icingaweb2/public/css/themes/hostname.less":
Example screenshot:
Environment
icinga2 --version
): 2.7.2The text was updated successfully, but these errors were encountered: