File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 20
20
{{ t('groupfolders', 'Write') }}
21
21
</th>
22
22
<th v-if="model.type === 'dir'" v-tooltip="t('groupfolders', 'Create')" class="state-column">
23
- {{
24
- t('groupfolders', 'Create') }}
23
+ {{ t('groupfolders', 'Create') }}
25
24
</th>
26
25
<th v-tooltip="t('groupfolders', 'Delete')" class="state-column">
27
26
{{ t('groupfolders', 'Delete') }}
122
121
:aria-label="t('groupfolders', 'Remove access rule')"
123
122
@click="removeAcl(item)">
124
123
<template #icon>
125
- <Close :size="16" />
124
+ <Delete :size="16" />
126
125
</template>
127
126
</NcButton>
128
127
</td>
@@ -163,7 +162,7 @@ import NcButton from '@nextcloud/vue/dist/Components/NcButton.js'
163
162
import NcSelect from '@nextcloud/vue/dist/Components/NcSelect.js'
164
163
import Tooltip from '@nextcloud/vue/dist/Directives/Tooltip.js'
165
164
import Vue from 'vue'
166
- import Close from 'vue-material-design-icons/Close .vue'
165
+ import Delete from 'vue-material-design-icons/Delete .vue'
167
166
import Plus from 'vue-material-design-icons/Plus.vue'
168
167
import logger from '../services/logger.ts'
169
168
import BinaryTools from './../BinaryTools.js'
@@ -184,7 +183,7 @@ export default {
184
183
NcButton,
185
184
AclStateButton,
186
185
Plus,
187
- Close ,
186
+ Delete ,
188
187
},
189
188
props: {
190
189
fileInfo: {
You can’t perform that action at this time.
0 commit comments