mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Fix missing 'add' action on instances page
This commit is contained in:
parent
ff4a54ce68
commit
df0039368b
@ -135,6 +135,27 @@
|
||||
tagValue: { label: 'Tag Value' }
|
||||
},
|
||||
|
||||
// List view actions
|
||||
actions: {
|
||||
// Add instance wizard
|
||||
add: {
|
||||
label: 'label.vm.add',
|
||||
|
||||
action: {
|
||||
custom: cloudStack.uiCustom.instanceWizard(cloudStack.instanceWizard)
|
||||
},
|
||||
|
||||
messages: {
|
||||
notification: function(args) {
|
||||
return 'label.vm.add';
|
||||
}
|
||||
},
|
||||
notification: {
|
||||
poll: pollAsyncJobResult
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
dataProvider: function(args) {
|
||||
var data = {};
|
||||
listViewDataProvider(args, data);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user