From e79229de683ba8017b8e5fbc70f32c9e3ad3c6c2 Mon Sep 17 00:00:00 2001 From: Cesar Pillihuaman Date: Tue, 4 Jun 2024 17:35:14 -0500 Subject: [PATCH] added condition button --- deploy-board/deploy_board/templates/environs/env_hosts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-board/deploy_board/templates/environs/env_hosts.html b/deploy-board/deploy_board/templates/environs/env_hosts.html index 2a51c75134..f0ac232378 100644 --- a/deploy-board/deploy_board/templates/environs/env_hosts.html +++ b/deploy-board/deploy_board/templates/environs/env_hosts.html @@ -80,7 +80,7 @@

{{ title }}

- {% if title is not "Failed Hosts" and show_protected_hosts is None %} + {% if title != "Failed Hosts" and show_protected_hosts is None %}

{% endif %}