We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324b4f6 commit 3087bf7Copy full SHA for 3087bf7
1 file changed
ui/scripts/system.js
@@ -10854,7 +10854,7 @@
10854
url:createURL('updateConfiguration&storageid=' + args.context.primarystorages[0].id),
10855
data:data,
10856
success:function(json){
10857
- var item = json.updatestoragelevelparameterresponse.configuration;
+ var item = json.updateconfigurationresponse.configuration;
10858
args.response.success({data:item});
10859
},
10860
0 commit comments