mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
Fix containers.twig
Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com>
This commit is contained in:
parent
a0ec043c49
commit
edeb5ca40a
1 changed files with 2 additions and 2 deletions
|
|
@ -46,10 +46,10 @@
|
||||||
{% if container.GetDisplayName() != '' and container.GetRestartingState().value == 'restarting' %}
|
{% if container.GetDisplayName() != '' and container.GetRestartingState().value == 'restarting' %}
|
||||||
{% set isAnyRestarting = true %}
|
{% set isAnyRestarting = true %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if container.GetIdentifier() == 'nextcloud-aio-watchtower' and (container.GetRunningState().value == 'running') %}
|
{% if container.GetIdentifier() == 'nextcloud-aio-watchtower' and container.GetRunningState().value == 'running' %}
|
||||||
{% set isWatchtowerRunning = true %}
|
{% set isWatchtowerRunning = true %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if container.GetIdentifier() == 'nextcloud-aio-domaincheck' and (container.GetRunningState().value == 'running' %}
|
{% if container.GetIdentifier() == 'nextcloud-aio-domaincheck' and container.GetRunningState().value == 'running' %}
|
||||||
{% set isDomaincheckRunning = true %}
|
{% set isDomaincheckRunning = true %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if container.GetIdentifier() == 'nextcloud-aio-apache' and container.GetStartingState().value == 'starting' %}
|
{% if container.GetIdentifier() == 'nextcloud-aio-apache' and container.GetStartingState().value == 'starting' %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue