fix: description for operation on connector
This commit is contained in:
parent
6568759a7e
commit
d5ac3d0fd7
|
@ -86,13 +86,13 @@ desc_param_path_node.label:
|
|||
"""The node name"""
|
||||
|
||||
desc_param_path_operation_cluster.desc:
|
||||
"""Operations can be one of: 'stop' or 'restart'."""
|
||||
"""Operations can be one of: 'start' or 'stop'."""
|
||||
|
||||
desc_param_path_operation_cluster.label:
|
||||
"""Cluster Operation"""
|
||||
|
||||
desc_param_path_operation_on_node.desc:
|
||||
"""Operations can be one of: 'stop' or 'restart'."""
|
||||
"""Operations can be one of: 'start' or 'start'."""
|
||||
|
||||
desc_param_path_operation_on_node.label:
|
||||
"""Node Operation """
|
||||
|
|
Loading…
Reference in New Issue