Fix label.

This commit is contained in:
Dave Page 2022-08-17 12:34:47 +01:00
parent 3583b094d0
commit 71647c886d

View File

@ -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': []},
};