Skip to content

Commit

Permalink
NMS-14934: Disable autocompletion
Browse files Browse the repository at this point in the history
  • Loading branch information
christianpape committed Dec 12, 2022
1 parent 6be40f1 commit 8d0e092
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -93,7 +93,7 @@
<div class="card-body">
<div class="form-group">
<label for="cripIn">Critical Path IP Address</label>
<input id="cripIn" type="text" class="form-control" name="criticalIp" value = '<%= (criticalIp != null ? WebSecurityUtils.sanitizeString(criticalIp) : "") %>' maxlength="55" />
<input id="cripIn" type="text" class="form-control" name="criticalIp" value = '<%= (criticalIp != null ? WebSecurityUtils.sanitizeString(criticalIp) : "") %>' maxlength="55" autocomplete="off" />
<p class="form-text text-muted">Enter the critical path IP address in xxx.xxx.xxx.xxx or xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx format. (Or leave blank to clear previously set paths.)</p>
</div>
<div class="form-group">
Expand Down

0 comments on commit 8d0e092

Please sign in to comment.