DaanHoogland commented on code in PR #10822:
URL: https://github.com/apache/cloudstack/pull/10822#discussion_r2076873417


##########
ui/src/views/iam/RolePermissionTab.vue:
##########
@@ -102,6 +104,12 @@
         </template>
       </draggable>
     </div>
+    <div style="width: 100%; display: flex; margin-top: 20px">
+      <a-button type="dashed" @click="exportRolePermissions" style="width: 
100%">
+        <template #icon><download-outlined /></template>
+        {{ $t('label.export.rules') }}
+      </a-button>
+    </div>

Review Comment:
   it would be nice to keep this on top, maybe side-by-side with the search bar?



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to