From 5a9f99fa88f25b8b58bb30e4d43d596a1ce3acff Mon Sep 17 00:00:00 2001 From: Naeel Date: Thu, 16 Apr 2026 17:36:44 +0300 Subject: [PATCH] v9.16: replace cytoscape with SVG rectangles for instant graph rendering --- k8s/deployment.yaml | 2 +- static/index.html | 218 +++++++++++++++++++++++++++++--------------- 2 files changed, 146 insertions(+), 74 deletions(-) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 75123a0..690ce99 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: cloud-dashboard - image: naeel/cloud-dashboard:v9.15 + image: naeel/cloud-dashboard:v9.16 imagePullPolicy: Always ports: - containerPort: 8080 diff --git a/static/index.html b/static/index.html index ac00c66..9a78fb9 100644 --- a/static/index.html +++ b/static/index.html @@ -205,7 +205,7 @@
- +
@@ -250,8 +250,7 @@ - - +