[Update] 批量命令执行开放rdp系统用户

pull/3644/head
Bai 2020-01-14 17:33:34 +08:00
parent 267a7fc9f7
commit 7d855e5ad8
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
<div class="col-sm-2">
<select class="select2 form-control" id="system-users-select">
{% for s in system_users %}
<option value="{{ s.id }}" {% if s.protocol != 'ssh' or s.login_mode != 'auto' %}disabled{% endif %}>{{ s }}</option>
<option value="{{ s.id }}" {% if s.login_mode == 'manual' or s.protocol in 'mysql|telnet|vnc'%}disabled{% endif %}>{{ s }}</option>
{% endfor %}
</select>
<button type="button" class="btn btn-primary btn-execute" style="margin-top: 30px; width: 100%">