diff --git a/docs/API.md b/docs/API.md index 3abf9396..13f40646 100755 --- a/docs/API.md +++ b/docs/API.md @@ -28,6 +28,7 @@ You can access the following files: | `language_strings.json` | The content of the language_strings table, which in turn is loaded from the plugins `config.json` definitions. | | `table_custom_endpoint.json` | A custom endpoint generated by the SQL query specified by the `API_CUSTOM_SQL` setting. | | `table_settings.json` | The content of the settings table. | + | `app_state.json` | Contains the current application state. | Current/latest state of the aforementioned files depends on your settings. diff --git a/front/css/pialert.css b/front/css/pialert.css index d3e7747c..039c2ab6 100755 --- a/front/css/pialert.css +++ b/front/css/pialert.css @@ -459,35 +459,7 @@ border-right: 5px solid #606060; } -/* ----------------------------------------------------------------------------- - Spin ------------------------------------------------------------------------------ */ -.pa_semitransparent-panel { - position: absolute; - width: 100%; /*calc (100% -40px);*/ - height: 100%; - left: 0; - top: 0; - display: block; - opacity: 0.8; - background-color: #fff; - z-index: 99; -} - -.pa_spinner { - position: absolute; - left: 0; - right: 0; - top: 20px; - margin-left: auto; - margin-right: auto; - padding: 15px; - width: 200px; - - background-color: #fff; - z-index: 100; -} /* ----------------------------------------------------------------------------- Notification float banner @@ -934,3 +906,37 @@ input[readonly] { display: none; } } + +/* ----------------------------------------------------------------------------- + Spin +----------------------------------------------------------------------------- */ +.pa_semitransparent-panel { + position: absolute; + width: 100%; /*calc (100% -40px);*/ + height: 100%; + left: 0; + top: 0; + display: block; + + opacity: 0.8; + background-color: #fff; + z-index: 99; +} + +.pa_spinner { + position: fixed; + left: 0; + right: 0; + top: 100px; + margin-left: auto; + margin-right: auto; + padding: 15px; + width: 200px; + background-color: #fff; + z-index: 100; +} + +#loadingSpinner +{ + z-index: 100; +} diff --git a/front/deviceDetails.php b/front/deviceDetails.php index 9600af7a..b3cf5aa2 100755 --- a/front/deviceDetails.php +++ b/front/deviceDetails.php @@ -540,15 +540,7 @@ -
| ${getString(stringKey)} | ++ |