mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
UX fix
This commit is contained in:
parent
83693e9f2c
commit
24c26a6d87
@ -537,7 +537,7 @@
|
||||
</div>
|
||||
|
||||
{#if rowCount != null}
|
||||
<StatusBarTabItem text={`Rows: ${rowCount.toLocaleString()}`} />
|
||||
<StatusBarTabItem text={`${root?.namedObject?.pureName} rows: ${rowCount.toLocaleString()}`} />
|
||||
{/if}
|
||||
|
||||
<style>
|
||||
|
Loading…
Reference in New Issue
Block a user