mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Add tooltip to storage location
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
0ed43de561
commit
dd30b22f87
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@
|
|||
<div v-if="showConfig.showUserBackend" class="userBackend">
|
||||
{{ user.backend }}
|
||||
</div>
|
||||
<div v-if="showConfig.showStoragePath" class="storageLocation subtitle">
|
||||
<div v-if="showConfig.showStoragePath" v-tooltip="user.storageLocation" class="storageLocation subtitle">
|
||||
{{ user.storageLocation }}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue