{% load staticfiles %}
SQL审核平台
{% for jsfile_name in script_list %} {% endfor %}
Toggle navigation
SQL审核平台
你好,{{ user }}
{% if todo > 0 %}
{{ todo }}
{% else %}
{% 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_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_themis %}
数据库审核
规则设置
规则增加
简单规则
复杂规则
任务发布
任务查询
{% endif %} {% if perms.sql.menu_instance %}
实例管理
{% if perms.sql.menu_instance_list %}
实例列表
{% endif %} {% if perms.sql.menu_dbdiagnostic %}
会话管理
{% endif %} {% if perms.sql.menu_param %}
参数配置
{% 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 %}