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

feat: approximate totals in table tata tab

This commit is contained in:
2020-11-25 11:47:35 +01:00
parent e954f04828
commit e95d29c7c3
3 changed files with 12 additions and 3 deletions

View File

@ -17,7 +17,7 @@
</div>
<div class="workspace-query-info">
<div v-if="resultsCount">
{{ $t('word.results') }}: <b>{{ resultsCount }}</b>
{{ $t('word.results') }}: <b>{{ resultsCount.toLocaleString() }}</b>
</div>
<div v-if="affectedCount">
{{ $t('message.affectedRows') }}: <b>{{ affectedCount }}</b>