mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-26 06:50:09 +03:00
feature #1404: Removed poweron alias from sunstone
This commit is contained in:
parent
324a01dc68
commit
96eb2af7bf
@ -311,15 +311,6 @@ var vm_actions = {
|
||||
notify: true
|
||||
},
|
||||
|
||||
"VM.poweron" : { //restart alias
|
||||
type: "multiple",
|
||||
call: OCCI.VM.restart,
|
||||
callback: updateVMachineElement,
|
||||
elements: vmElements,
|
||||
error: onError,
|
||||
notify: true
|
||||
},
|
||||
|
||||
"VM.poweroff" : {
|
||||
type: "multiple",
|
||||
call: OCCI.VM.poweroff,
|
||||
@ -409,11 +400,6 @@ var vm_buttons = {
|
||||
text: tr("Resubmit"),
|
||||
tip: tr("This will resubmits VMs to PENDING state")
|
||||
},
|
||||
"VM.poweron" : {
|
||||
type : "confirm",
|
||||
text: tr("Power On"),
|
||||
tip: tr("This will start on powered off machines")
|
||||
},
|
||||
"VM.poweroff" : {
|
||||
type : "confirm",
|
||||
text: tr("Power Off"),
|
||||
|
@ -343,15 +343,6 @@ var vm_actions = {
|
||||
notify: true
|
||||
},
|
||||
|
||||
"VM.poweron" : { // alias for restart
|
||||
type: "multiple",
|
||||
call: OpenNebula.VM.restart,
|
||||
callback: vmShow,
|
||||
elements: vmElements,
|
||||
error: onError,
|
||||
notify: true
|
||||
},
|
||||
|
||||
"VM.poweroff" : {
|
||||
type: "multiple",
|
||||
call: OpenNebula.VM.poweroff,
|
||||
@ -600,11 +591,6 @@ var vm_buttons = {
|
||||
text: tr("Resubmit"),
|
||||
tip: tr("This will resubmits VMs to PENDING state")
|
||||
},
|
||||
"VM.poweron" : {
|
||||
type : "confirm",
|
||||
text: tr("Power On"),
|
||||
tip: tr("This will start on powered off machines")
|
||||
},
|
||||
"VM.poweroff" : {
|
||||
type : "confirm",
|
||||
text: tr("Power Off"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user