{% extends "layout.html" %} {% block title %}Dashboard{% endblock %} {% block page_name %}Dashboard{% endblock %} {% block body %} 添加域名 {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category,message in messages %}
{{ message | safe }}
{% endfor %} {% endif %} {% endwith %}域名 | 状态 | 模式 | 操作 |
---|---|---|---|
{% if 'host' not in zone %} {{ zone['name'] }} {% else %} {{ zone['name'] }} {% endif %} | {% if zone['status'] == 'pending' %} 等待中 {% elif zone['status'] == 'active' %} 已激活 {% else %} 未知状态 {% endif %} | {% if 'host' not in zone %} 官网接入 切换为:通用 | 标准 {% else %} {% if zone['host']['name'] != partners %} 第三方 切换为:通用 | 标准 {% else %} {% if zone['type'] == 'partial' %} 通用 切换为: 标准 {% elif zone['type'] == 'full' %} 标准 切换为: 通用 {% endif %} {% endif %} {% endif %} | 管理 | 高级统计 |
第 1/1 页
只有通用和标准模式才能使用高级统计 (长达一年) 以及 Railgun
{#