feat: Replace react-vis-network-graph with react-sigma for enhanced graph visualization and update GraphView component to utilize SVG for rendering connections and nodes
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 8m11s

This commit is contained in:
2025-07-15 21:45:28 +07:00
parent c5da9e357e
commit a104cc7a3f
4 changed files with 176 additions and 283 deletions
+4 -3
View File
@@ -17,7 +17,7 @@ import {
IconChevronDown,
IconLink
} from '@tabler/icons-react';
import GraphView from './GraphView';
// import GraphView from './GraphView';
const API_URL = '/api';
@@ -668,14 +668,15 @@ function ServerManager() {
error={error}
/>
<div className="card w-100 mb-4">
{/* Временно отключаем граф для отладки */}
{/* <div className="card w-100 mb-4">
<div className="card-header">
<h3 className="card-title mb-0">Граф связей между серверами</h3>
</div>
<div className="card-body">
<GraphView servers={servers} connections={connections} />
</div>
</div>
</div> */}
<div className="card w-100 mb-4">
<div className="card-header">
<h3 className="card-title mb-0">Добавить связь между серверами</h3>