borisstoyanov opened a new issue #5592:
URL: https://github.com/apache/cloudstack/issues/5592


   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and main branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete 
the comments.
   -->
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   UI
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on main 
branch.
   -->
   
   ~~~
   4.15
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, 
advanced networking, etc.  N/A otherwise
   -->
   
   
   ##### OS / ENVIRONMENT
   <!--
   Information about the environment if relevant, N/A otherwise
   -->
   
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   In the old UI, a user was not able to see the limits per project although 
this data is available in the API: 
   ```
   (user) 🐱 > sync
   Discovered 269 APIs
   (user) 🐱 > list projects
   {
     "count": 1,
     "project": [
       {
         "cpuavailable": "40",
         "cpulimit": "40",
         "cputotal": 0,
         "created": "2021-10-20T08:26:43+0000",
         "displaytext": "test",
         "domain": "ROOT",
         "domainid": "df7fc865-2ff9-11ec-b4a5-1e00180003a4",
         "id": "b92f02aa-3f7d-45a9-8741-16f5632a2191",
         "ipavailable": "16",
         "iplimit": "20",
         "iptotal": 0,
         "memoryavailable": "40960",
         "memorylimit": "40960",
         "memorytotal": 0,
         "name": "test",
         "networkavailable": "20",
         "networklimit": "20",
         "networktotal": 0,
         "owner": [
           {
             "account": "ACSUser"
           }
         ],
         "primarystorageavailable": "200",
         "primarystoragelimit": "200",
         "primarystoragetotal": 0,
         "projectaccountname": "PrjAcct-test-1",
         "secondarystorageavailable": "400.0",
         "secondarystoragelimit": "400",
         "secondarystoragetotal": 0,
         "snapshotavailable": "20",
         "snapshotlimit": "20",
         "snapshottotal": 0,
         "state": "Active",
         "tags": [],
         "templateavailable": "20",
         "templatelimit": "20",
         "templatetotal": 0,
         "vmavailable": "20",
         "vmlimit": "20",
         "vmrunning": 0,
         "vmstopped": 0,
         "vmtotal": 0,
         "volumeavailable": "20",
         "volumelimit": "20",
         "volumetotal": 0,
         "vpcavailable": "20",
         "vpclimit": "20",
         "vpctotal": 0
       }
     ]
   }
   (user) 🐱 >
   ```
   Due to feature parity with this I suggest we introduce this change in the 
new ui as well, open for discussion. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to