Skip to content

Commit

Permalink
Updated ordering of pages to put the overview on Hub 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pclemow committed Aug 20, 2024
1 parent f8e1245 commit 4a54324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/core_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ def html(page: str) -> dict[str, str | dict[str, str | dict[str, str]]]:
"Single Line Diagram": {"space": "PC02-Top", "app": html("sld")},
"NMX 11kV Schematic": {"space": "PC02-Left", "app": webrtc},
"NMX Issues": {"space": "PC02-Right", "app": webrtc},
"Overview": {"space": "Hub01", "app": html("overview")},
"Agent": {"space": "Hub02", "app": html("agent")},
"Agent": {"space": "Hub01", "app": html("agent")},
"Overview": {"space": "Hub02", "app": html("overview")},
}


Expand Down

0 comments on commit 4a54324

Please sign in to comment.