Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-11-06 10:04:07 +0300
committerGitHub <noreply@github.com>2020-11-06 10:04:07 +0300
commit404785dd2bbddc644fd2064f83160904f770fc0d (patch)
treea9871b5ec7a188cab5cd58a581f217ea4d3a4423 /apps/files_sharing/src/components
parent08c9b0e58a68ca6a27e7fdcd9d134f641b253d15 (diff)
parenta46c3297345e7b86108a98c2fdeaa8934646e670 (diff)
Merge pull request #23347 from st3iny/enhancement/19526/new-share-pending-confirm-button
Diffstat (limited to 'apps/files_sharing/src/components')
-rw-r--r--apps/files_sharing/src/components/SharingEntryLink.vue3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue
index cafb71e5fee..b05e8cba722 100644
--- a/apps/files_sharing/src/components/SharingEntryLink.vue
+++ b/apps/files_sharing/src/components/SharingEntryLink.vue
@@ -113,6 +113,9 @@
{{ t('files_sharing', 'Enter a date') }}
</ActionInput>
+ <ActionButton icon="icon-checkmark" @click.prevent.stop="onNewLinkShare">
+ {{ t('files_sharing', 'Create share') }}
+ </ActionButton>
<ActionButton icon="icon-close" @click.prevent.stop="onCancel">
{{ t('files_sharing', 'Cancel') }}
</ActionButton>