mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix label.
This commit is contained in:
parent
3583b094d0
commit
71647c886d
@ -99,7 +99,7 @@ export function statsReducer(state, action) {
|
||||
const chartsDefault = {
|
||||
'session_stats': {'Total': [], 'Active': [], 'Idle': []},
|
||||
'tps_stats': {'Transactions': [], 'Commits': [], 'Rollbacks': []},
|
||||
'ti_stats': {'Inserts': [], 'Updates': [], 'Delete': []},
|
||||
'ti_stats': {'Inserts': [], 'Updates': [], 'Deletes': []},
|
||||
'to_stats': {'Fetched': [], 'Returned': []},
|
||||
'bio_stats': {'Reads': [], 'Hits': []},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user