1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

perf(SQLite): improvements in data visualization

This commit is contained in:
2021-11-15 18:09:34 +01:00
parent f2fcc98839
commit 94c899eb82
8 changed files with 62 additions and 30 deletions

View File

@ -43,7 +43,7 @@
<span v-html="highlightWord(table.name)" />
</a>
<div
v-if="table.type === 'table'"
v-if="table.type === 'table' && table.size !== false"
class="table-size tooltip tooltip-left mr-1"
:data-tooltip="formatBytes(table.size)"
>