bernardodemarco commented on code in PR #10822:
URL: https://github.com/apache/cloudstack/pull/10822#discussion_r2076260068
##########
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:
It would be interesting to define the placeholder in a label
--
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]