diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 7169a95632a..6363e3a7864 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -7705,7 +7705,21 @@ }); } } - } + }, + viewMetrics: { + label: 'label.view.metrics', + isHeader: true, + addRow: false, + action: { + custom: cloudStack.uiCustom.zoneWizard( + cloudStack.zoneWizard) + }, + messages: { + notification: function (args) { + return 'label.view.metrics'; + } + } + }, }, detailView: {