v9.52: platform arrows fix (marker-end + opacity)
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: cloud-dashboard
|
||||
image: naeel/cloud-dashboard:v9.51
|
||||
image: naeel/cloud-dashboard:v9.52
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
||||
+2
-2
@@ -121,12 +121,12 @@
|
||||
});
|
||||
p.push('</defs>');
|
||||
|
||||
// Platform → instance (thin dashed)
|
||||
// Platform → instance (one arrow per instance)
|
||||
instances.forEach(function(inst){
|
||||
var r=inst.resourceRealm; if(!r) return;
|
||||
var src=nodeMap["realm:"+r], tgt=nodeMap[inst.instanceUid];
|
||||
if(!src||!tgt) return;
|
||||
p.push('<path d="'+esc(mpath(src,tgt))+'" fill="none" stroke="#334155" stroke-width="1" opacity="0.35" stroke-dasharray="4,3"/>');
|
||||
p.push('<path d="'+esc(mpath(src,tgt))+'" fill="none" stroke="#475569" stroke-width="1.5" opacity="0.6" stroke-dasharray="5,4" marker-end="url(#arr334155)"/>');
|
||||
});
|
||||
|
||||
// Dependency edges (colored Manhattan)
|
||||
|
||||
Reference in New Issue
Block a user