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

IP地址池管理 默认每页显示25条数据

IP池列表 {% if current_user.role.name == 'Admin' %} {% endif %}
{% if current_user.role.name == 'Admin' %} {% endif %} {% for item in ip_segments %} {% if current_user.role.name == 'Admin' %} {% endif %} {% endfor %}
IP段 IP使用情况操作
{{ item.ip_segment }} {{ item.count_available_ips() }}(可用) | {{ item.count_unavailable_ips() }}(不可用) 删除
{% if pagination %} {% endif %}
{% endblock %} {% block bottom_js %} {% endblock %}