We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8adb40c commit 9f6be65Copy full SHA for 9f6be65
src/app/provider-browser/provider-browser.ts
@@ -125,7 +125,7 @@ export class ProviderBrowser implements ForwardingProvider {
125
id: nid, label: nid,
126
x: node.position[1] * 2,
127
y: -node.position[0] * 8,
128
- color: node['ndn-up'] ? undefined : COLOR_MAP['orange'],
+ color: node['ndn-up'] ? undefined : COLOR_MAP.NODE_RED,
129
title: tooltip,
130
prefix: node.prefix,
131
});
0 commit comments