mirror of https://github.com/Fabio286/antares.git
feat(UI): display schema in data tabs
This commit is contained in:
parent
ab382dfbcd
commit
01057332b0
|
@ -115,8 +115,8 @@
|
||||||
<div v-if="hasApproximately || (page > 1 && tableInfo.rows)">
|
<div v-if="hasApproximately || (page > 1 && tableInfo.rows)">
|
||||||
{{ $t('word.total') }}: <b>{{ tableInfo.rows | localeString }}</b> <small>({{ $t('word.approximately') }})</small>
|
{{ $t('word.total') }}: <b>{{ tableInfo.rows | localeString }}</b> <small>({{ $t('word.approximately') }})</small>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="workspace.breadcrumbs.database">
|
<div class="d-flex" :title="$t('word.schema')">
|
||||||
{{ $t('word.schema') }}: <b>{{ workspace.breadcrumbs.database }}</b>
|
<i class="mdi mdi-18px mdi-database mr-1" /><b>{{ schema }}</b>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue