1
0
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:
Ruben S. Montero 2012-09-06 20:43:53 +02:00
parent 324a01dc68
commit 96eb2af7bf
2 changed files with 0 additions and 28 deletions

View File

@ -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"),

View File

@ -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"),