docs: M4TR1X page is reached via swarm-ui's LinksMenu, not opened directly
mara (PR#3820): the operator doesn't type /matrix/ into the browser — it's a swarm-level link (hive-matrix.nix registers it into services.hyperhive.swarm.controller.links, rendered by swarm-ui's LinksMenu). Corrected the M4TR1X page doc, and fixed the hive-matrix.nix comment that still described the removed H0M3 tile in present tense while I was in there.
This commit is contained in:
parent
40be8222b8
commit
19ed400cdd
2 changed files with 16 additions and 7 deletions
|
|
@ -513,10 +513,12 @@ in
|
|||
|
||||
# This swarm-ui quick-links entry. Gated on `gui.enable` too, not just
|
||||
# `gatewayHost != null`: `/` on that vhost only serves fluffychat
|
||||
# (below) when the GUI is on — otherwise the link would 404, the same
|
||||
# reason the old dashboard's H0M3 page hides its Matrix tile on
|
||||
# `state.matrix_gui_enabled` rather than `gatewayHost` alone. See
|
||||
# `services.hyperhive.swarm.controller.links`'s description.
|
||||
# (below) when the GUI is on — otherwise the link would 404. Same
|
||||
# `gatewayHost && gui.enable` condition the removed hive-dashboard
|
||||
# H0M3 tile used to check via `state.matrix_gui_enabled` before this
|
||||
# link became the only way in (docs/web-ui/dashboard.md::M4TR1X
|
||||
# page). See `services.hyperhive.swarm.controller.links`'s
|
||||
# description.
|
||||
services.hyperhive.swarm.controller.links =
|
||||
lib.optional (cfg.gatewayHost != null && cfg.gui.enable)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue