What's new in Kiosk Satellite 2026.8.60
Dashboards defined in YAML now show up in the Dashboard view select, along with two smaller repairs to the same code path.
Fixed: YAML-mode dashboards appear in the Dashboard view select
- When the option list was learned before the dashboard page was up (an app start, a reconnect), the fallback crawl kept only storage-mode dashboards, so an instance whose dashboards live in
configuration.yamloffered nothing but the default dashboard's views plus Map, no matter how many dashboards the sidebar showed (#244). YAML dashboards are now included, so both halves of the app agree on the list. - The same crawl duplicated the default dashboard's views whenever a dashboard is registered on the default url path; the list is now deduplicated.
- A single unreadable dashboard (a YAML file that will not parse, an admin-only dashboard the token cannot open) no longer freezes the whole select on whatever it knew last. The dashboard is offered by its bare path like a strategy dashboard, and only a dead connection preserves the last known list.