fix(frontend): extend kiosk mode to Docker and Hosts pages

Kiosk mode (?kiosk=1) now hides the filter panel on all main views:
- Proxmox dashboard (already supported)
- Docker hosts page (added)
- Hosts overview page (added)

This ensures a clean display when using token auth for dashboard/kiosk
displays without the search and filter controls visible.

Follow-up fix for #1055
This commit is contained in:
rcourtman 2026-01-11 12:16:20 +00:00
parent d197955272
commit 8eabd266fc
5 changed files with 41 additions and 20 deletions

View file

@ -1,9 +1,9 @@
name: Deploy Demo Server
on:
push:
branches: [main]
workflow_dispatch:
schedule:
- cron: '0 0 * * *' # Nightly at midnight
jobs:
deploy: