pull/105/head
Apex Liu 2018-05-15 17:30:40 +08:00
parent 9170297a3e
commit b6284d6188
2 changed files with 515 additions and 518 deletions

File diff suppressed because it is too large Load Diff

View File

@ -359,3 +359,13 @@ def get_groups(sql_filter, sql_order, sql_limit, sql_restrict, sql_exclude):
err = s.query()
return err, s.total_count, s.page_index, s.recorder
def get_host_groups_for_user(handler):
# 获取当前用户能查看的主机分组列表
pass
def get_acc_groups_for_user(handler):
# 获取当前用户能查看的远程账号分组列表
pass