mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Move delete share button into the scrolling container
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
This commit is contained in:
parent
c2658bf913
commit
9d9fffb9d3
7 changed files with 20 additions and 20 deletions
|
|
@ -177,24 +177,24 @@
|
|||
{{ t('files_sharing', 'Delete') }}
|
||||
</NcCheckboxRadioSwitch>
|
||||
</section>
|
||||
<div class="sharingTabDetailsView__delete">
|
||||
<NcButton v-if="!isNewShare"
|
||||
:aria-label="t('files_sharing', 'Delete share')"
|
||||
:disabled="false"
|
||||
:readonly="false"
|
||||
type="tertiary"
|
||||
@click.prevent="removeShare">
|
||||
<template #icon>
|
||||
<CloseIcon :size="16" />
|
||||
</template>
|
||||
{{ t('files_sharing', 'Delete share') }}
|
||||
</NcButton>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="sharingTabDetailsView__footer">
|
||||
<div class="sharingTabDetailsView__delete">
|
||||
<NcButton v-if="!isNewShare"
|
||||
:aria-label="t('files_sharing', 'Delete share')"
|
||||
:disabled="false"
|
||||
:readonly="false"
|
||||
type="tertiary"
|
||||
@click.prevent="removeShare">
|
||||
<template #icon>
|
||||
<CloseIcon :size="16" />
|
||||
</template>
|
||||
{{ t('files_sharing', 'Delete share') }}
|
||||
</NcButton>
|
||||
</div>
|
||||
<div class="button-group">
|
||||
<NcButton @click="$emit('close-sharing-details')">
|
||||
{{ t('files_sharing', 'Cancel') }}
|
||||
|
|
|
|||
6
dist/9911-9911.js → dist/7642-7642.js
vendored
6
dist/9911-9911.js → dist/7642-7642.js
vendored
File diff suppressed because one or more lines are too long
1
dist/7642-7642.js.map
vendored
Normal file
1
dist/7642-7642.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/9911-9911.js.map
vendored
1
dist/9911-9911.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/files_sharing-files_sharing_tab.js
vendored
4
dist/files_sharing-files_sharing_tab.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-files_sharing_tab.js.map
vendored
2
dist/files_sharing-files_sharing_tab.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue