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:
Frank Noirot
2024-08-19 08:58:24 -04:00
committed by GitHub
parent d845e7c38d
commit 337f828aa4
2 changed files with 51 additions and 3 deletions

View File

@ -107,7 +107,9 @@ export function LowerRightControls({
</Tooltip>
</Link>
<NetworkMachineIndicator className={linkOverrideClassName} />
<NetworkHealthIndicator />
{!location.pathname.startsWith(PATHS.HOME) && (
<NetworkHealthIndicator />
)}
<HelpMenu />
</menu>
</section>