diff --git a/public/app.js b/public/app.js index a795e1e..287a5cd 100644 --- a/public/app.js +++ b/public/app.js @@ -822,6 +822,8 @@ function renderLogGrid(logs) { { field: 'operation', headerName: 'Operation', width: 90 }, { field: 'slice', headerName: 'Slice', flex: 1, valueFormatter: p => p.value ? JSON.stringify(p.value) : '' }, + { field: 'params', headerName: 'Params', flex: 1, + valueFormatter: p => p.value ? JSON.stringify(p.value) : '' }, { field: 'note', headerName: 'Note', flex: 1 }, { headerName: '',