Просмотр исходного кода

chore(rebalance): review fixes

Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
Ilya Averyanov 2 лет назад
Родитель
Сommit
ffed8a132b

+ 1 - 2
lib-ee/emqx_node_rebalance/src/emqx_node_rebalance.app.src

@@ -14,9 +14,8 @@
     {mod, {emqx_node_rebalance_app, []}},
     {mod, {emqx_node_rebalance_app, []}},
     {env, []},
     {env, []},
     {modules, []},
     {modules, []},
-    {maintainers, ["EMQX Team <contact@emqx.io>"]},
     {links, [
     {links, [
-        {"Homepage", "https://emqx.io/"},
+        {"Homepage", "https://www.emqx.com/"},
         {"Github", "https://github.com/emqx"}
         {"Github", "https://github.com/emqx"}
     ]}
     ]}
 ]}.
 ]}.

+ 2 - 2
rel/i18n/emqx_node_rebalance_api.hocon

@@ -121,10 +121,10 @@ local_status_enabled.label:
 """Local evacuation status"""
 """Local evacuation status"""
 
 
 local_status_process.desc:
 local_status_process.desc:
-"""The process that is being performed on the node: evacuation or rebalance"""
+"""The type of the task that is being performed on the node: 'evacuation' or 'rebalance'"""
 
 
 local_status_process.label:
 local_status_process.label:
-"""Node process"""
+"""Task Type"""
 
 
 local_status_state.desc:
 local_status_state.desc:
 """The state of the process that is being performed on the node"""
 """The state of the process that is being performed on the node"""