Skip to content

Commit

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

0 comments on commit 79d4e08

Please sign in to comment.