mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-25 17:42:25 +01:00
- Added support for JSX in Vite configuration by including the vueJsx plugin. - Simplified the metrics display in CurrentMetrics.vue to show only the percentage of used memory and disk. - Adjusted CSS in CurrentMetrics.vue to prevent wrapping and added a gap between items for better layout. - Refactored TableCell.vue to remove unused imports, optimizing the component. - Updated useNodeList.tsx to replace NodeType with ClNodeType and made minor formatting adjustments for consistency.