From 85cad17387424a929421856c9427a8d0a22f9ed3 Mon Sep 17 00:00:00 2001 From: Cesar Pillihuaman Date: Mon, 3 Jun 2024 03:23:03 -0500 Subject: [PATCH 1/7] added is protected --- .../templates/environs/env_hosts.html | 3 +++ .../deploy_board/templates/hosts/hosts.tmpl | 18 ++++++++++++++++++ deploy-board/deploy_board/webapp/env_views.py | 10 ++++++++++ .../webapp/helpers/hosts_helper.py | 9 +++++++-- 4 files changed, 38 insertions(+), 2 deletions(-) diff --git a/deploy-board/deploy_board/templates/environs/env_hosts.html b/deploy-board/deploy_board/templates/environs/env_hosts.html index 14377c7605..bc0de4f046 100644 --- a/deploy-board/deploy_board/templates/environs/env_hosts.html +++ b/deploy-board/deploy_board/templates/environs/env_hosts.html @@ -35,6 +35,9 @@

Hosts

{% include "environs/env_tabs.tmpl" with envTabKind="deploy" %} +{% if show_protected_hosts is None %} +

+{% endif %}