mirror of https://github.com/apache/cloudstack.git
ui/scripts/system: work in progress zone metrics view button
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
11f10fe664
commit
b8b28568ae
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue