Skip to content

Commit 8f7f868

Browse files
author
Erwin Dondorp
committed
fixed aysnc status indicator in command-panel
1 parent c3b9ccb commit 8f7f868

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

saltgui/static/stylesheets/page.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,13 @@ pre.output div:first-of-type {
4242
margin-top: 0;
4343
}
4444

45-
pre .minion-id.host-success {
45+
pre .minion-id.host-success,
46+
pre #summary-jobs-active .host-success {
4647
color: lime;
4748
}
4849

49-
pre .minion-id.host-failure {
50+
pre .minion-id.host-failure,
51+
pre #summary-jobs-active .host-failure {
5052
color: red;
5153
}
5254

@@ -73,7 +75,9 @@ pre .task-failure {
7375
}
7476

7577
pre .minion-id.host-skips,
76-
pre .minion-id.host-no-response {
78+
pre #summary-jobs-active .host-skips,
79+
pre .minion-id.host-no-response,
80+
pre #summary-jobs-active .host-no-response {
7781
color: yellow;
7882
}
7983

0 commit comments

Comments
 (0)