Merge pull request #3225 from Icinga/bugfix/activity-indicator-without-javascript-3119

Don't display loading w/o JS
This commit is contained in:
lippserd 2018-01-17 11:55:54 +01:00 committed by GitHub
commit a181503448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -504,3 +504,7 @@ input[type="checkbox"].expandable-toggle {
display: none;
}
}
html.no-js .progress-label {
display: none;
}