Skip to content

Commit

Permalink
Add host checking to modal modify link template
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Feb 12, 2022
1 parent c764934 commit 7c193c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions www/templates/modalModifyLink.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
<span class="selector-inner glyphicon glyphicon-ok"></span>
</div>
</div>
<div class="host-check-toggle toggle-form form-group">
<label>Host Checking</label>
<div class="selector <%= host_check ? 'selected' : '' %> no-select" data-toggle="tooltip" title="Enable advanced host to host checking to support detecting more complex network failures.">
<span class="selector-inner glyphicon glyphicon-ok"></span>
</div>
</div>
<div class="form-group link-action">
<label>Action</label>
<select class="form-control" data-toggle="tooltip" title="Action for ipsec client to take when connection issue occurs. For most configurations hold will provide the best reliability.">
Expand Down

0 comments on commit 7c193c7

Please sign in to comment.