sureshanaparti commented on a change in pull request #353: URL: https://github.com/apache/cloudstack-primate/pull/353#discussion_r439951303
########## File path: src/config/section/role.js ########## @@ -35,12 +35,16 @@ export default { icon: 'plus', label: 'label.add.role', listView: true, - args: ['name', 'description', 'type'], - mapping: { - type: { - options: ['Admin', 'DomainAdmin', 'User'] - } - } + popup: true, + component: () => import('@/views/iam/CreateRole.vue') + }, + { + api: 'importRole', + icon: 'cloud-upload', + label: 'Import Role', Review comment: @rhtyd Updated with new key in _locales/en.json_ ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org