{% extends base.html %} {% block body_left %} {% import web %}

{{T("集群管理")}}
{% include common/button/back_button.html %}

当前节点类型
{{node_role}}
{% if is_leader %} {% include system/page/system_sync_leader.html %} {% end %} {% if not is_leader %} {% include system/page/system_sync_follower_view.html %} {% end %} {% include system/page/system_sync_cluster_info.html %} {% end %} {% block body_right %} {% include system/component/admin_nav.html %} {% end %}