Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Cjpilbdev committed Jun 5, 2024
1 parent 79d4e08 commit 71b69f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h4 class="panel-title pull-left">{{ title }}</h4>
<button type="button" class="btn btn-default btn-sm" data-toggle="modal" data-target="#showHosts" title="Show plain host names">
Show Hosts
</button>
{% if title != "Failed Hosts" and show_protected_hosts === False %}
{% if title != "Failed Hosts" and show_protected_hosts == False %}
<a class="btn btn btn-default btn-sm" href="/env/{{ env.envName }}/{{stage}}/hosts/?show_protected_hosts">Show protected status</a>
{% endif %}
</div>
Expand Down

0 comments on commit 71b69f1

Please sign in to comment.