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 ac9af88 infra: display full list of service providers in NSP tab
(#159)
add db96d81 plugin: add support for Cloudian (#163)
No new revisions were added by this update.
Summary of changes:
src/assets/icons/cloudian.svg | 87 ++++++++++++++++++++++
src/config/router.js | 6 +-
src/config/section/plugin.js | 36 ---------
.../section/plugin/cloudian.js} | 19 ++---
src/config/section/plugin/quota.js | 49 ++++++++++++
src/store/getters.js | 3 +-
src/store/modules/user.js | 25 ++++++-
src/views/plugins/CloudianPlugin.vue | 62 +++++++++++++++
8 files changed, 233 insertions(+), 54 deletions(-)
create mode 100644 src/assets/icons/cloudian.svg
delete mode 100644 src/config/section/plugin.js
copy src/{layouts/BlankLayout.vue => config/section/plugin/cloudian.js} (78%)
create mode 100644 src/config/section/plugin/quota.js
create mode 100644 src/views/plugins/CloudianPlugin.vue