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

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

当前节点类型
{{node_role}}
{% if node_role == "follower" %} {% include system/component/system_sync_follower_view.html %} {% end %} {% if node_role == "leader" %}
授权token
子节点IP白名单
文件索引数
{{fs_index_count}}
{% end %}
{% include system/component/system_sync_cluster_info.html %} {% end %} {% block body_right %} {% include system/component/admin_nav.html %} {% end %}