Commit ec83ceb1 by Dányi Bence

webui: vm-credentials fixed

parent 6a63b126
......@@ -592,7 +592,3 @@ table {
}
}
}
#vm-password {
display: none;
}
......@@ -20,7 +20,7 @@
</tr>
<tr>
<th>{% trans "Password" %}:</th>
<td><span id="vm-password">{{ i.pw }}</span><a id="vm-password-show" href="#">Jelszó megjelenítése</a></td>
<td><input type="text" class="hidden-password" data-value="{{ i.pw }}" /></td>
</tr>
</table>
</div>
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