]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add tooltip to storage location
authorJulius Härtl <jus@bitgrid.net>
Tue, 18 Feb 2020 21:27:59 +0000 (22:27 +0100)
committerJulius Härtl <jus@bitgrid.net>
Tue, 3 Mar 2020 14:54:57 +0000 (15:54 +0100)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
apps/settings/src/components/UserList/UserRowSimple.vue

index 758047affad71ba7a41ef329b190ab1e232a458d..807e60f28de3198396e1a7bc5f522f802bd3c8bb 100644 (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>