Disable table row hovering

This commit is contained in:
Johannes Zellner
2025-01-21 19:14:23 +01:00
parent dfcaacee80
commit 0f5a4c10ef
6 changed files with 38 additions and 12 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ onMounted(async () => {
<p>{{ $t('profile.appPasswords.description') }}</p>
<br/>
<TableView :columns="columns" :model="passwords" :placeholder="$t('profile.appPasswords.noPasswordsPlaceholder')">
<TableView :columns="columns" :model="passwords" :hover="false" :placeholder="$t('profile.appPasswords.noPasswordsPlaceholder')">
<template #creationTime="slotProps">{{ prettyLongDate(slotProps.creationTime) }}</template>
<template #actions="slotProps">
<div class="table-actions">