Merge pull request #3225 from Icinga/bugfix/activity-indicator-without-javascript-3119
Don't display loading w/o JS
This commit is contained in:
commit
a181503448
|
@ -504,3 +504,7 @@ input[type="checkbox"].expandable-toggle {
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
html.no-js .progress-label {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue