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.git.
from 775de36 Merge remote-tracking branch 'origin/4.15' add 45e6800 ui: Fix route to ISO From VM's Info Card / Detail View (#4839) add b658cf1 ui: Added info / tooltip for add role and import role dialogs in the UI (#4836) add d105d6a ui: Show display text instead of name (#4831) add 6836a94 ui: create a new component and display the instance group as autocomplete (#4820) add faf27e2 listview: goto account info instead of list account (#4767) new 850ea61 Merge remote-tracking branch 'origin/4.15' The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../api/command/admin/acl/CreateRoleCmd.java | 2 +- ui/public/locales/en.json | 2 + ui/src/components/view/InfoCard.vue | 9 +- ui/src/components/view/ListView.vue | 4 +- ui/src/config/router.js | 2 +- ui/src/config/section/compute.js | 5 +- ui/src/views/AutogenView.vue | 2 +- ui/src/views/compute/EditVM.vue | 231 +++++++++++++++++++++ ui/src/views/iam/CreateRole.vue | 40 +++- ui/src/views/iam/ImportRole.vue | 40 +++- .../views/infra/zone/ZoneWizardZoneDetailsStep.vue | 2 +- ui/src/views/network/CreateIsolatedNetworkForm.vue | 2 +- ui/src/views/network/CreateL2NetworkForm.vue | 2 +- ui/src/views/network/CreateNetwork.vue | 6 - ui/src/views/network/CreateSharedNetworkForm.vue | 2 +- ui/src/views/network/VpcTiersTab.vue | 2 +- 16 files changed, 323 insertions(+), 30 deletions(-) create mode 100644 ui/src/views/compute/EditVM.vue