Skip to content

Commit

Permalink
add label
Browse files Browse the repository at this point in the history
  • Loading branch information
Cjpilbdev committed Jun 3, 2024
1 parent f7e1d73 commit a51fafc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy-board/deploy_board/templates/host_side_panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ <h4 class="modal-title">Host Force Termination Confirm</h4>
aria-labelledby="newEntryModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<p>Host is not protected.</p>
<form id="protectHostForm" class="form-horizontal" method="post" role="form" action="/groups/{{ asg_group }}/instance_action/?hostId={{ host_id }}&action=PROTECT">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
Expand Down Expand Up @@ -160,6 +161,7 @@ <h4 class="modal-title">Protection Confirm</h4>
aria-labelledby="newEntryModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<p>Host is protected.</p>
<form id="protectHostForm" class="form-horizontal" method="post" role="form" action="/groups/{{ asg_group }}/instance_action/?hostId={{ host_id }}&action=UNPROTECT">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
Expand Down

0 comments on commit a51fafc

Please sign in to comment.