You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/07/04 06:36:55 UTC

[cloudstack-primate] branch master updated (39d725e -> 68020f4)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git.


    from 39d725e  plugin: Quota plugin (#298)
     add 68020f4  component: reusable resource count component for domain, account and projects (#459)

No new revisions were added by this update.

Summary of changes:
 src/components/view/ResourceCountUsage.vue | 200 +++++++++++++++++++++++++++++
 src/config/section/account.js              |   5 +
 src/config/section/domain.js               |   5 +
 src/config/section/project.js              |   5 +
 src/locales/en.json                        |  14 ++
 5 files changed, 229 insertions(+)
 create mode 100644 src/components/view/ResourceCountUsage.vue