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/01/21 09:19:54 UTC

[cloudstack-primate] branch master updated (3e2c584 -> 2a8e134)

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 3e2c584  network: Egress, PF, FW, VPN, LB tabs (#84)
     add 2a8e134  iam: Add LDAP Account Form (#116)

No new revisions were added by this update.

Summary of changes:
 src/components/view/ActionButton.vue |   4 +-
 src/components/widgets/OsLogo.vue    |   2 +-
 src/config/section/iam.js            |  11 +
 src/config/section/image.js          |   2 +-
 src/config/section/project.js        |   2 +-
 src/store/getters.js                 |   3 +-
 src/store/modules/user.js            |  13 +-
 src/views/iam/AddLdapAccount.vue     | 412 +++++++++++++++++++++++++++++++++++
 8 files changed, 442 insertions(+), 7 deletions(-)
 create mode 100644 src/views/iam/AddLdapAccount.vue