DaanHoogland commented on code in PR #10822: URL: https://github.com/apache/cloudstack/pull/10822#discussion_r2076866351
########## ui/src/views/iam/RolePermissionTab.vue: ########## @@ -18,12 +18,14 @@ <template> <loading-outlined v-if="loadingTable" class="main-loading-spinner" /> <div v-else> - <div style="width: 100%; display: flex; margin-bottom: 10px"> - <a-button type="dashed" @click="exportRolePermissions" style="width: 100%"> - <template #icon><download-outlined /></template> - {{ $t('label.export.rules') }} - </a-button> - </div> + <a-input-search + v-model:value="searchRule" + placeholder="Search Rule" Review Comment: yeah ;) for Portugese or other non-english languages (not naming any…). -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org