rhtyd commented on a change in pull request #458: URL: https://github.com/apache/cloudstack-primate/pull/458#discussion_r446282507
########## File path: src/components/view/ListView.vue ########## @@ -60,13 +60,22 @@ </div> --> + <p v-if="actions.length > 0" :slot="actions.length > 0 ? 'expandedRowRender' : ''" slot-scope="record"> + {{ record.id }} + <action-button + size="default" + :actions="$route.meta.actions" + :dataView="true" + :resource="record" Review comment: @davidjumani for some reason only the first row of the table is used when records are clicked/passed -> perhaps need refactoring - let's discuss next week ---------------------------------------------------------------- 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