Updated Branches:
  refs/heads/master 7f8734f12 -> e4c51e92e

CS-16152:Projects:Not shown max.vpcs entry in the resourcelimits


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

Branch: refs/heads/master
Commit: e4c51e92effe66dac5c25654f4567c6e115a9c1a
Parents: 7f8734f
Author: Pranav Saxena <[email protected]>
Authored: Fri Aug 24 05:18:43 2012 +0530
Committer: Pranav Saxena <[email protected]>
Committed: Fri Aug 24 05:18:43 2012 +0530

----------------------------------------------------------------------
 ui/scripts/projects.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/e4c51e92/ui/scripts/projects.js
----------------------------------------------------------------------
diff --git a/ui/scripts/projects.js b/ui/scripts/projects.js
index 7a13723..bb73ce1 100644
--- a/ui/scripts/projects.js
+++ b/ui/scripts/projects.js
@@ -71,7 +71,7 @@
             var resourceLimits = $.grep(
               json.listresourcelimitsresponse.resourcelimit,
               function(resourceLimit) {
-                return resourceLimit.resourcetype != 5 && 
resourceLimit.resourcetype != 7;
+                return resourceLimit.resourcetype != 5 && 
resourceLimit.resourcetype != 8;
               }
             );
             

Reply via email to