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_r353568566
 
 

 ##########
 File path: src/config/section/iam.js
 ##########
 @@ -176,6 +176,17 @@ export default {
         title: 'Accounts',
         param: 'domainid'
       }],
+      tabs: [
 
 Review comment:
   @utchoang @svenvogel: instead of defining a new treeview, you can actually 
define the component that should render the resource/list view by saying 
something like:
   ```
     ...
     component: () => import('@src/components/view/TreeView.vue'),
     ...
   ```
   I'm also fine with current implementation if doing the above change requires 
a lot of effort.

----------------------------------------------------------------
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