mirror of https://github.com/apache/cloudstack.git
UI: Fix typo in ui/scripts/configuration.js
This commit is contained in:
parent
a2aff1ce9d
commit
5a860fe0ae
|
|
@ -734,7 +734,7 @@
|
|||
success: function(json) {
|
||||
var items = json.listserviceofferingsresponse.serviceoffering;
|
||||
args.response.success({
|
||||
actionFitler: serviceOfferingActionfilter,
|
||||
actionFilter: serviceOfferingActionfilter,
|
||||
data: items
|
||||
});
|
||||
},
|
||||
|
|
@ -961,7 +961,7 @@
|
|||
}
|
||||
|
||||
args.response.success({
|
||||
actionFitler: serviceOfferingActionfilter,
|
||||
actionFilter: serviceOfferingActionfilter,
|
||||
data: item
|
||||
});
|
||||
}
|
||||
|
|
@ -1488,7 +1488,7 @@
|
|||
success: function(json) {
|
||||
var item = json.listserviceofferingsresponse.serviceoffering[0];
|
||||
args.response.success({
|
||||
actionFitler: systemServiceOfferingActionfilter,
|
||||
actionFilter: systemServiceOfferingActionfilter,
|
||||
data: item
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue