mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
bug #3912: Fix update_template action in vms tab
This commit is contained in:
parent
7ec0faf909
commit
7e8ee184e6
@ -48,7 +48,7 @@ define(function(require) {
|
||||
|
||||
"VM.chmod": _commonActions.singleAction('chmod'),
|
||||
"VM.rename": _commonActions.singleAction('rename'),
|
||||
"VM.update_template": _commonActions.singleAction('update'),
|
||||
"VM.update_template": _commonActions.updateTemplate(),
|
||||
"VM.deploy_action": _commonActions.singleAction('deploy'),
|
||||
"VM.migrate_action": _commonActions.singleAction('migrate'),
|
||||
"VM.migrate_live_action": _commonActions.singleAction('livemigrate'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user