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/0d46b108
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0d46b108
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0d46b108

Branch: refs/heads/sf-plugins
Commit: 0d46b108e15a07c84b3d0d8be4402d76fb001b05
Parents: e02a9b2
Author: Mike Tutkowski <mike.tutkow...@solidfire.com>
Authored: Wed Jul 15 22:19:29 2015 -0600
Committer: CloudStack <cloudstack@cloudstack-virtual-machine.(none)>
Committed: Tue Jul 28 13:42:44 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/0d46b108/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({

Reply via email to