rhtyd commented on a change in pull request #53: Issue #27: Implement Tree-view 
based Domain List View
URL: https://github.com/apache/cloudstack-primate/pull/53#discussion_r353317043
 
 

 ##########
 File path: src/config/section/iam.js
 ##########
 @@ -176,6 +176,17 @@ export default {
         title: 'Accounts',
         param: 'domainid'
       }],
+      tabs: [
+        {
+          name: 'details',
+          component: () => import('@/components/view/DetailsTab.vue')
+        }, {
+          name: 'settings',
+          permission: ['listConfigurations'],
+          component: () => import('@/views/iam/TemplateDomainSettings.vue')
+        }
+      ],
+      treeView: true,
 
 Review comment:
   This will require refactoring, however, I'll accept it.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to