mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
fix: hide table size tooltip if disabled
This commit is contained in:
@ -42,7 +42,7 @@
|
|||||||
<span v-html="highlightWord(table.name)" />
|
<span v-html="highlightWord(table.name)" />
|
||||||
</a>
|
</a>
|
||||||
<div
|
<div
|
||||||
v-if="table.type === 'table' && table.size !== false"
|
v-if="table.type === 'table' && table.size !== false && !isNaN(table.size)"
|
||||||
class="table-size tooltip tooltip-left mr-1"
|
class="table-size tooltip tooltip-left mr-1"
|
||||||
:data-tooltip="formatBytes(table.size)"
|
:data-tooltip="formatBytes(table.size)"
|
||||||
>
|
>
|
||||||
|
Reference in New Issue
Block a user