mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
Merge pull request #42630 from nextcloud/backport/41916/stable28
[stable28] fix(files): add visible label to webdav URL in settings
This commit is contained in:
commit
6e5e4cc1d8
3 changed files with 4 additions and 3 deletions
|
|
@ -56,6 +56,7 @@
|
|||
<!-- Webdav URL-->
|
||||
<NcAppSettingsSection id="webdav" :name="t('files', 'WebDAV')">
|
||||
<NcInputField id="webdav-url-input"
|
||||
:label="t('files', 'WebDAV URL')"
|
||||
:show-trailing-button="true"
|
||||
:success="webdavUrlCopied"
|
||||
:trailing-button-label="t('files', 'Copy to clipboard')"
|
||||
|
|
|
|||
4
dist/files-main.js
vendored
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue