You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by we...@apache.org on 2015/03/16 13:02:35 UTC

git commit: updated refs/heads/master to b6eace0

Repository: cloudstack
Updated Branches:
  refs/heads/master a69780b69 -> b6eace03e


UI: Fix typo in ui/scripts/configuration.js
(cherry picked from commit 5a860fe0aed62245f51e48fb70ef277d067955a0)


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b6eace03
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b6eace03
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b6eace03

Branch: refs/heads/master
Commit: b6eace03e44afa34df1915adaf4773f7482a5d42
Parents: a69780b
Author: Wei Zhou <w....@tech.leaseweb.com>
Authored: Mon Mar 16 12:50:10 2015 +0100
Committer: Wei Zhou <w....@tech.leaseweb.com>
Committed: Mon Mar 16 12:58:50 2015 +0100

----------------------------------------------------------------------
 ui/scripts/configuration.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b6eace03/ui/scripts/configuration.js
----------------------------------------------------------------------
diff --git a/ui/scripts/configuration.js b/ui/scripts/configuration.js
index 3997e53..a4db85e 100644
--- a/ui/scripts/configuration.js
+++ b/ui/scripts/configuration.js
@@ -755,7 +755,7 @@
                             success: function(json) {
                                 var items = json.listserviceofferingsresponse.serviceoffering;
                                 args.response.success({
-                                    actionFitler: serviceOfferingActionfilter,
+                                    actionFilter: serviceOfferingActionfilter,
                                     data: items
                                 });
                             },
@@ -982,7 +982,7 @@
                                             }
 
                                             args.response.success({
-                                                actionFitler: serviceOfferingActionfilter,
+                                                actionFilter: serviceOfferingActionfilter,
                                                 data: item
                                             });
                                         }
@@ -1516,7 +1516,7 @@
                                         success: function(json) {
                                             var item = json.listserviceofferingsresponse.serviceoffering[0];
                                             args.response.success({
-                                                actionFitler: systemServiceOfferingActionfilter,
+                                                actionFilter: systemServiceOfferingActionfilter,
                                                 data: item
                                             });
                                         }