{% extends "base.html" %} {% import "page.html" as page %} {% block header_css %} {% endblock %} {% block content %}

主机管理 默认每页显示25条数据

主机列表 {% if current_user.role.name == 'Admin' or current_user.role.name == 'Ops' %}
{% endif %}
{% endblock %} {% block bottom_js %} {% endblock %}