mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 10:32:34 +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("")),
|
url: createURL("createStoragePool" + array1.join("")),
|
||||||
dataType: "json",
|
dataType: "json",
|
||||||
success: function(json) {
|
success: function(json) {
|
||||||
var item = json.createstoragepoolresponse.storagepool[0];
|
var item = json.createstoragepoolresponse.storagepool;
|
||||||
|
|
||||||
args.response.success({
|
args.response.success({
|
||||||
data: item
|
data: item
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user