This is an automated email from the ASF dual-hosted git repository. rohit pushed a commit to branch 4.15 in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit 41c2e944a6e34f0dccfd25fda72c4cedb655aeed Author: Rohit Yadav <[email protected]> AuthorDate: Sat Mar 6 15:59:02 2021 +0530 ui: Remove make redundant option for isolated networks Fixes #4052 Signed-off-by: Rohit Yadav <[email protected]> --- ui/src/config/section/network.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/config/section/network.js b/ui/src/config/section/network.js index e3fc40f..c97f41c 100644 --- a/ui/src/config/section/network.js +++ b/ui/src/config/section/network.js @@ -86,7 +86,7 @@ export default { icon: 'sync', label: 'label.restart.network', dataView: true, - args: ['cleanup', 'makeredundant'], + args: ['cleanup'], show: (record) => record.type !== 'L2' }, {
