src/menu/tablenodes/index.jsx
@@ -87,6 +87,23 @@ }) } else { traversal(config.components) if (config.interfaces) { config.interfaces.forEach(item => { if (item.$tables) { ptbs.push(...item.$tables) item.$tables.forEach(tb => { tbs.push({ label: item.name, table: tb, color: '#5AD8A6', id: Utils.getuuid(), direction: 'left' }) }) } }) } } return {tbs, ptbs}