mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 06:14:25 +02:00
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…
x
Reference in New Issue
Block a user