Update db.vue
This commit is contained in:
parent
4f284e1bc0
commit
2dac8d3d1f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
<ui-card>
|
<ui-card>
|
||||||
<template #title><fa :icon="faDatabase"/> {{ $t('tables') }}</template>
|
<template #title><fa :icon="faDatabase"/> {{ $t('tables') }}</template>
|
||||||
<section v-if="tables">
|
<section v-if="tables">
|
||||||
<div v-for="table in Object.keys(tables)"><b>{{ table }}</b> {{ tables[table].count }} {{ tables[table].size | bytes }}</div>
|
<div v-for="table in Object.keys(tables)"><b>{{ table }}</b> {{ tables[table].count | number }} {{ tables[table].size | bytes }}</div>
|
||||||
</section>
|
</section>
|
||||||
</ui-card>
|
</ui-card>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue