mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-28 07:47:10 +00:00
[Update] 批量命令执行开放rdp系统用户
This commit is contained in:
parent
267a7fc9f7
commit
7d855e5ad8
@ -86,7 +86,7 @@
|
|||||||
<div class="col-sm-2">
|
<div class="col-sm-2">
|
||||||
<select class="select2 form-control" id="system-users-select">
|
<select class="select2 form-control" id="system-users-select">
|
||||||
{% for s in system_users %}
|
{% 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 %}
|
{% endfor %}
|
||||||
</select>
|
</select>
|
||||||
<button type="button" class="btn btn-primary btn-execute" style="margin-top: 30px; width: 100%">
|
<button type="button" class="btn btn-primary btn-execute" style="margin-top: 30px; width: 100%">
|
||||||
|
Loading…
Reference in New Issue
Block a user