Skip to content

Commit 9f6be65

Browse files
committed
testbed: fix color
1 parent 8adb40c commit 9f6be65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/provider-browser/provider-browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export class ProviderBrowser implements ForwardingProvider {
125125
id: nid, label: nid,
126126
x: node.position[1] * 2,
127127
y: -node.position[0] * 8,
128-
color: node['ndn-up'] ? undefined : COLOR_MAP['orange'],
128+
color: node['ndn-up'] ? undefined : COLOR_MAP.NODE_RED,
129129
title: tooltip,
130130
prefix: node.prefix,
131131
});

0 commit comments

Comments
 (0)