Add tooltip to storage location

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2020-02-18 22:27:59 +01:00
parent 0ed43de561
commit dd30b22f87
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF

View file

@ -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>