mirror of https://github.com/tp4a/teleport
修正bug#144: 用户列表底部的批量禁用功能不正常,只能在右边栏一条条的禁用,但是可以批量解禁.
parent
2a65dafd25
commit
1f248351cd
|
@ -662,7 +662,7 @@ $app.on_btn_lock_user_click = function () {
|
|||
return;
|
||||
}
|
||||
|
||||
$app._lock_hosts(users);
|
||||
$app._lock_users(users);
|
||||
};
|
||||
|
||||
$app._unlock_users = function (users) {
|
||||
|
|
Loading…
Reference in New Issue