show timezone also while container are running

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-05-24 20:23:11 +02:00
parent abfc70b71d
commit 20080daa71

View file

@ -449,6 +449,9 @@
In order to get the correct time values for certain Nextcloud features, it makes sense to set the timezone for Nextcloud to the one that your users mainly use. Please note that this setting does not apply to the mastercontainer and any backup option.<br><br>
{% if isAnyRunning == true %}
<b>Note:</b> You can change the timezone when your containers are stopped.<br><br>
{% if timezone != "" %}
The timezone for Nextcloud is currently set to <b>{{ timezone }}</b>.<br><br>
{% endif %}
{% else %}
{% if timezone == "" %}
You can configure the timezone for Nextcloud below:<br><br>