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) {
|
||||
info = `${networkNodes.length} Nodes`;
|
||||
info = 'AUTO';
|
||||
} else {
|
||||
info = networkNodes[0].service;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue