Show (AUTO) in Node Selection (#1931)
This commit is contained in:
parent
59d2b73fad
commit
237c826141
|
@ -118,7 +118,7 @@ export function getSelectedNodeLabel(state: AppState): INodeLabel {
|
||||||
);
|
);
|
||||||
|
|
||||||
if (networkNodes.length > 1) {
|
if (networkNodes.length > 1) {
|
||||||
info = `${networkNodes.length} Nodes`;
|
info = 'AUTO';
|
||||||
} else {
|
} else {
|
||||||
info = networkNodes[0].service;
|
info = networkNodes[0].service;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue