mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 02:22:52 +01:00
CLOUDSTACK-1437: Fix detail view for newly-created storage pool
This commit is contained in:
parent
a588efc0cc
commit
a6d7c9af7c
@ -9579,7 +9579,8 @@
|
||||
url: createURL("createStoragePool" + array1.join("")),
|
||||
dataType: "json",
|
||||
success: function(json) {
|
||||
var item = json.createstoragepoolresponse.storagepool[0];
|
||||
var item = json.createstoragepoolresponse.storagepool;
|
||||
|
||||
args.response.success({
|
||||
data: item
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user