-
Notifications
You must be signed in to change notification settings - Fork 178
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
Allow collapsing details of online hosts #8
Conversation
Hi @Anthirian, |
Thanks. I don’t unfortunately, but I’ll look into it soon. |
No problem. I'll have a look, too. |
I think I figured it out, please have a look at the latest version. |
This looks great. I have a few notes: I will have a look and try to come up with a solution for that. |
Yeah I noticed that as well, but I wasn't sure what was causing it. |
I found a way to replace the js toggle of glyphicons with css, that reads the state of the container. So no race condition anymore. The glyphicons switched places and I added some padding. I have merged it into a test branch and I will apply all changes there. |
As described in #8 (comment)
Please test my latest commit in the test branch. If it’s okay for you, I will merge this into master after your approval. |
Looks good to me, nice fix 👍 |
Thank you very much! |
I've expanded the template a bit by adding support for collapsing the details of online hosts upon clicking the header bar.