mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Correct refresh upon datastore template update
This commit is contained in:
parent
2836cb5650
commit
7054922ead
@ -323,7 +323,7 @@ var datastore_actions = {
|
||||
call: OpenNebula.Datastore.update,
|
||||
callback: function(request) {
|
||||
notifyMessage("Template updated correctly");
|
||||
Sunstone.runAction('Datastore.showinfo',request.request.data[0]);
|
||||
Sunstone.runAction('Datastore.showinfo',request.request.data[0][0]);
|
||||
},
|
||||
error: onError
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user