mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-28 11:30:15 +00:00
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:
parent
d197955272
commit
8eabd266fc
5 changed files with 41 additions and 20 deletions
4
.github/workflows/deploy-demo-server.yml
vendored
4
.github/workflows/deploy-demo-server.yml
vendored
|
|
@ -1,9 +1,9 @@
|
|||
name: Deploy Demo Server
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # Nightly at midnight
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue