New: Host column in history and more info

This commit is contained in:
Bogdan
2024-05-02 22:35:20 +03:00
parent 440618f2b6
commit cb673ddc42
3 changed files with 31 additions and 0 deletions
@@ -82,6 +82,12 @@ export const defaultState = {
isSortable: false,
isVisible: false
},
{
name: 'host',
label: () => translate('Host'),
isSortable: false,
isVisible: false
},
{
name: 'elapsedTime',
label: () => translate('ElapsedTime'),