Merge pull request #372 from glaszig/ui/xhr-load-cached-wifi-stations

load wifi stations via ajax, cache the scan result
This commit is contained in:
Bill Zimmerman
2019-08-17 09:53:13 +02:00
committed by GitHub
8 changed files with 275 additions and 173 deletions

6
dist/css/custom.css vendored
View File

@@ -98,3 +98,9 @@ pre.unstyled {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.loading-spinner {
background: url("../../img/loading-spinner.gif") no-repeat scroll center center transparent;
min-height: 150px;
width: 100%;
}