{% load static %}
Archery-SQL审核查询平台
Toggle navigation
Archery
你好,{{ user }}
{% if todo > 0 %}
{{ todo }}
{% else %}
{% endif %}
{% if user.is_superuser %}
系统信息
管理后台
{% endif %}
修改密码
退出
{% if perms.sql.menu_dashboard %}
Dashboard
{% endif %} {% if perms.sql.menu_sqlcheck %}
SQL审核
{% if perms.sql.menu_sqlworkflow %}
SQL上线
{% endif %} {% if perms.sql.menu_sqlanalyze %}
SQL分析
{% endif %}
{% endif %} {% if perms.sql.menu_query %}
SQL查询
{% if perms.sql.menu_sqlquery %}
在线查询
{% endif %} {% if perms.sql.menu_data_dictionary %}
数据字典
{% endif %} {% if perms.sql.menu_queryapplylist %}
权限管理
{% endif %}
{% endif %} {% if perms.sql.menu_sqloptimize %}
SQL优化
{% if perms.sql.menu_sqladvisor %}
优化工具
{% endif %} {% if perms.sql.menu_slowquery %}
慢查日志
{% endif %}
{% endif %} {% if perms.sql.menu_instance %}
实例管理
{% if perms.sql.menu_instance_list %}
实例列表
{% endif %} {% if perms.sql.menu_dbdiagnostic %}
会话管理
{% endif %} {% if perms.sql.menu_database %}
数据库管理
{% endif %} {% if perms.sql.menu_instance_account %}
账号管理
{% endif %} {% if perms.sql.menu_param %}
参数配置
{% endif %}
{% endif %} {% if perms.sql.menu_tools %}
工具插件
{% if perms.sql.menu_archive %}
PTArchiver
{% endif %} {% if perms.sql.menu_binlog2sql %}
Binlog2SQL
{% endif %} {% if perms.sql.menu_schemasync %}
SchemaSync
{% endif %}
{% endif %} {% if perms.sql.menu_system %}
系统管理
配置项管理
资源组管理
其他配置管理
用户管理
权限组管理
全部后台数据
{% endif %} {% if perms.sql.menu_document %}
相关文档
{% endif %}
{% block content %} {% endblock content %}
{% block js %} {% endblock %}