change icon, when file dont exist anymore in history list

Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
Stefan Dej
2021-03-21 16:49:56 +01:00
parent 1764a6ab4d
commit 3972404c5a

View File

@@ -80,7 +80,7 @@
</vue-load-image>
</template>
<template v-else>
<v-icon >mdi-file</v-icon>
<v-icon >{{ item.exists ? "mdi-file" : "mdi-file-cancel" }}</v-icon>
</template>
</td>
<td class=" ">{{ item.filename }}</td>