----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9816/ -----------------------------------------------------------
(Updated March 29, 2013, 8:35 a.m.) Review request for cloudstack, Pranav Saxena, Brian Federle, and Jessica Wang. Changes ------- Resolved conflicts with the latest code. Description ------- CLOUDSTACK-1592: [UI] Add support to limit newly added resourcetypes. This is the UI implementation for limiting resources feature. This will display and update resources (CPU, Memory, Primary storage, Secondary storage space) limits in the UI. This addresses bug CLOUDSTACK-1592. Diffs (updated) ----- client/WEB-INF/classes/resources/messages.properties 66b32ac ui/dictionary.jsp cd8d732 ui/scripts/accounts.js 3403337 ui/scripts/domains.js 991e37d ui/scripts/projects.js b62dcb4 Diff: https://reviews.apache.org/r/9816/diff/ Testing ------- Tests: 1. create a account and go to detail view, user will get the Max resource count for the new resourcetypes along with the previously added resource types. 2. create a domain and go to detail view, admin will get the details of all the resourcestypes. 3. deploy a VM, resource count will update accordingly. Thanks, Sanjay Tripathi