Skip to content

Commit

Permalink
fix error url button protect host
Browse files Browse the repository at this point in the history
  • Loading branch information
Cjpilbdev committed Jun 3, 2024
1 parent 90e0eb8 commit f7e1d73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h4 class="panel-title pull-left">Hosts</h4>
{% include "environs/env_tabs.tmpl" with envTabKind="deploy" %}

{% if show_protected_hosts is None %}
<p><a href="/env/{{ env }}/{{stage}}/hosts/?show_protected_hosts"> <button class="btn btn-primary" >Show protected hosts</button> </a></p>
<p><a href="/env/{{ env.envName }}/{{stage}}/hosts/?show_protected_hosts"> <button class="btn btn-primary" >Show protected hosts</button> </a></p>
{% endif %}
<!-- Used for generating the Show Host Names button -->
<div class="modal fade" id="showHosts" tabindex="-1" role="dialog" aria-labelledby="showHostsLabel">
Expand Down

0 comments on commit f7e1d73

Please sign in to comment.