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/27 09:53:54 UTC

[cloudstack-primate] branch master updated (486a5b0 -> eebe0f1)

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 486a5b0  src: Consolidated Bug fixes (#539)
     add eebe0f1  iam: Fix users form, network SG and VPC (#552)

No new revisions were added by this update.

Summary of changes:
 src/config/router.js                          |   3 +
 src/config/section/network.js                 |  10 ++
 src/config/section/user.js                    |   6 +-
 src/locales/en.json                           |   5 +
 src/store/getters.js                          |   3 +-
 src/store/modules/user.js                     |  15 +-
 src/store/mutation-types.js                   |   1 +
 src/views/compute/DeployVM.vue                |  23 ++-
 src/views/iam/{AddAccount.vue => AddUser.vue} | 167 +++++++++---------
 src/views/iam/EditUser.vue                    | 236 ++++++++++++++++++++++++++
 src/views/network/VpcTiersTab.vue             |   2 +-
 11 files changed, 374 insertions(+), 97 deletions(-)
 copy src/views/iam/{AddAccount.vue => AddUser.vue} (83%)
 create mode 100644 src/views/iam/EditUser.vue