chore(rebalance): review fixes
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
parent
e683d28973
commit
ffed8a132b
|
@ -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"}
|
||||
]}
|
||||
]}.
|
||||
|
|
|
@ -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"""
|
||||
|
|
Loading…
Reference in New Issue