Skip to content

Commit 3087bf7

Browse files
committed
CLOUDSTACK-2041:Granular global parameter- Storage Pool granular settings
1 parent 324b4f6 commit 3087bf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/scripts/system.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10854,7 +10854,7 @@
1085410854
url:createURL('updateConfiguration&storageid=' + args.context.primarystorages[0].id),
1085510855
data:data,
1085610856
success:function(json){
10857-
var item = json.updatestoragelevelparameterresponse.configuration;
10857+
var item = json.updateconfigurationresponse.configuration;
1085810858
args.response.success({data:item});
1085910859
},
1086010860

0 commit comments

Comments
 (0)