1) Added support to show all background processes in separate panel. Fixes #3709

2) Port process watcher to React. Fixes #7404
This commit is contained in:
Aditya Toshniwal
2022-08-11 10:49:45 +05:30
committed by Akshay Joshi
parent 271b6d91fc
commit c2b23465cc
100 changed files with 1949 additions and 1638 deletions

View File

@@ -81,21 +81,21 @@ export default function Dependents({ nodeData, item, node, ...props }) {
{
Header: 'Type',
accessor: 'type',
sortble: true,
sortable: true,
resizable: true,
disableGlobalFilter: false,
},
{
Header: 'Name',
accessor: 'name',
sortble: true,
sortable: true,
resizable: true,
disableGlobalFilter: false,
},
{
Header: 'Restriction',
accessor: 'field',
sortble: true,
sortable: true,
resizable: true,
disableGlobalFilter: false,
minWidth: 280,