Franknoirot/electron network regression test (#3525)
* Only show the network health indicator when in the modeling view * Add test to confirm network health indicator behavior
This commit is contained in:
@ -107,7 +107,9 @@ export function LowerRightControls({
|
||||
</Tooltip>
|
||||
</Link>
|
||||
<NetworkMachineIndicator className={linkOverrideClassName} />
|
||||
<NetworkHealthIndicator />
|
||||
{!location.pathname.startsWith(PATHS.HOME) && (
|
||||
<NetworkHealthIndicator />
|
||||
)}
|
||||
<HelpMenu />
|
||||
</menu>
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user