Changed the names of some properties that are sent to the CS MS
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f6f2ba64 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f6f2ba64 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f6f2ba64 Branch: refs/heads/sf-plugins Commit: f6f2ba64158c9e9dcb4b9df93e37f3d1f9f3b508 Parents: 6795be5 Author: Mike Tutkowski <[email protected]> Authored: Wed Jul 15 22:19:29 2015 -0600 Committer: Mike Tutkowski <[email protected]> Committed: Fri Sep 18 19:28:22 2015 -0600 ---------------------------------------------------------------------- ui/plugins/sfAdministration/sfAdministration.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f6f2ba64/ui/plugins/sfAdministration/sfAdministration.js ---------------------------------------------------------------------- diff --git a/ui/plugins/sfAdministration/sfAdministration.js b/ui/plugins/sfAdministration/sfAdministration.js index e16f0f5..bdb467b 100644 --- a/ui/plugins/sfAdministration/sfAdministration.js +++ b/ui/plugins/sfAdministration/sfAdministration.js @@ -134,14 +134,14 @@ }, action: function(args) { var data = { - availabilityzone: args.data.availabilityzone, + zoneid: args.data.availabilityZone, mvip: args.data.mvip, username: args.data.username, password: args.data.password, - totalcapacity: args.data.totalcapacity, - totalminiops: args.data.totalminiops, - totalmaxiops: args.data.totalmaxiops, - totalburstiops: args.data.totalburstiops + totalcapacity: args.data.totalCapacity, + totalminiops: args.data.totalMinIops, + totalmaxiops: args.data.totalMaxIops, + totalburstiops: args.data.totalBurstIops }; $.ajax({
