-
Notifications
You must be signed in to change notification settings - Fork 46
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 the possibility to collapse the result of the states in the hightstate #459
Conversation
wrong label sorry :( |
I'm thinking of changing the highstate list (the list of coloured balls) as follows:
I think it is important to keep the individual red balls visible as long as possible, since these give direct insight and access to their category and detail information initially, the values for XXX, GGG, YYY and RRR are static. |
maybe we can juste have the choice, collapse or not the green balls and only the green balls, (27×●) is cool. for me, see the result is important and even more so for the red and yellow balls. I agree with you to keep individual red balls and I will also add the yellow ones, so toolip and/or dedicated pages, I dont know. When I check the highstate, I only check if my servers are inline with my repostiory Salt, so if it's green, I don't look in fact. |
this only changes the way that the tooltips are shown. |
It's great! will there still be the tooltip or not? |
tooltips can only be produced for individual states. |
no problem it was just a question. |
migrated issue to PR |
d07bdc4
to
ddebc65
Compare
bc8d8f7
to
a3e5853
Compare
@pju51 |
Hello @erwindon I confirm its okey. Thanks a lot |
thx! |
final adjustments:
|
Kudos, SonarCloud Quality Gate passed!
|
Hello,
I am using the separate SaltGUI (1.28.0) solution in a nginx container (nginx:1.21.6).
Everything works fine but I have a problem with the hightstate page:
I have a lot of minions and states, and in the highstate page, the result of the highstate is far too long:
Is it possible to have only the final result with one circle ? and the detail if we click on the green/yellow/red circle ?
or another proper solution to reduce the result ?
I already tried this solution: https://github.com/erwindon/SaltGUI#performance, but I didn't see any change, maybe because I use a separate SaltGUI or maybe its not related with.
Screenshots
thanks a lot