diff --git a/src/filemanager.html b/src/filemanager.html index 09784d689..cc7510a4d 100644 --- a/src/filemanager.html +++ b/src/filemanager.html @@ -73,6 +73,8 @@ {{ 'main.offline' | tr }} +
{{ 'filemanager.status.restartingApp' | tr}}
+ -
-

-
- -
-
- restarting {{ title }} -

-
- -
+
diff --git a/src/theme.scss b/src/theme.scss index c6268c82d..0a86b9a0a 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -173,6 +173,16 @@ html, body { } } +.restart-banner { + position: fixed; + z-index: 20000; + background-color: $text-dark; + width: 100%; + padding: 2px; + text-align: center; + color: white; +} + .layout-root { display: flex; flex-direction: column; diff --git a/src/translation/en.json b/src/translation/en.json index 68f44ea94..d162aef18 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -876,6 +876,9 @@ }, "newFile": { "errorAlreadyExists": "Already exists" + }, + "status": { + "restartingApp": "restarting app" } }, "email": {