translations and test methods removed
This commit is contained in:
parent
e045caebbe
commit
8393afe141
3 changed files with 19 additions and 8 deletions
|
|
@ -941,7 +941,8 @@ class VirtualMachineView(LoginRequiredMixin, View):
|
|||
|
||||
if not terminated:
|
||||
response['status'] = False
|
||||
response['text'] = 'Error terminating VM %s' % (opennebula_vm_id)
|
||||
response['text'] = ugettext(
|
||||
'Error terminating VM') + opennebula_vm_id
|
||||
else:
|
||||
context = {
|
||||
'vm': vm_data,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue