{% extends 'base.html' %} {% load mytags %} {% block content %} {% include 'nav_cat_bar.html' %}
Sudo授权 show sudo perm info.
{% for sudo_perm in contacts1.object_list %} {% endfor %}
授权名 UserRunAs 用户组 主机组 命令组 操作
{{ sudo_perm.name }} {{ sudo_perm.user_runas }} {% for user_group in sudo_perm.user_group.all %} {{ user_group.name }} {% endfor %} {% for asset_group in sudo_perm.asset_group.all %} {{ asset_group.name }} {% endfor %} {% for cmd_group in sudo_perm.cmd_group.all %} {{ cmd_group.name }} {% endfor %} 详情 编辑 删除
Showing {{ contacts1.start_index }} to {{ contacts1.end_index }} of {{ p1.count }} entries
    {% if contacts1.has_previous %} {% else %} {% endif %} {% for page in p1.page_range %} {% ifequal offset1 page %}
  • {{ page }}
  • {% else %}
  • {{ page }}
  • {% endifequal %} {% endfor %} {% if contacts1.has_next %} {% else %} {% endif %}
{% for user in contacts2.object_list %} {% endfor %}
用户 角色 属组 主机数量 操作
{{ user.name }} {{ user.id | get_role }} {{ user.username }} {{ user.id | perm_asset_count }} 详情
Showing {{ contacts2.start_index }} to {{ contacts2.end_index }} of {{ p2.count }} entries
    {% if contacts2.has_previous %} {% else %} {% endif %} {% for page in p2.page_range %} {% ifequal offset1 page %}
  • {{ page }}
  • {% else %}
  • {{ page }}
  • {% endifequal %} {% endfor %} {% if contacts2.has_next %} {% else %} {% endif %}
{% endblock %}