Commit f167d598 by Kálmán Viktor

Merge branch 'issue-451' into 'master'

dashboard: disable autocomplete for pw field in vm detail

Closes #451

See merge request !374
parents ea1a3dc4 8bbc8092
Pipeline #82 passed with stage
in 0 seconds
......@@ -132,7 +132,7 @@
<dd>
<div class="input-group">
<input type="text" id="vm-details-pw-input" class="form-control input-sm input-tags"
value="{{ instance.pw }}" spellcheck="false"/>
value="{{ instance.pw }}" spellcheck="false" autocomplete="new-password"/>
<span class="input-group-addon input-tags" id="vm-details-pw-show"
title="{% trans "Show password" %}" data-container="body">
<i class="fa fa-eye" id="vm-details-pw-eye"></i>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment