chore(rebalance): review fixes

Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
Ilya Averyanov 2023-05-09 14:13:49 +05:00 committed by Ilya Averyanov
parent e683d28973
commit ffed8a132b
2 changed files with 3 additions and 4 deletions

View File

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

View File

@ -121,10 +121,10 @@ local_status_enabled.label:
"""Local evacuation status"""
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:
"""Node process"""
"""Task Type"""
local_status_state.desc:
"""The state of the process that is being performed on the node"""