diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-20 22:19:42 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-20 22:19:42 +0900 |
| commit | 08ae228c45745372784017fe694d61d9ed0e2981 (patch) | |
| tree | d42b6429460b66a7dc6604759b43f940dace1b62 /backend/admin/templates/dashboard.html | |
| parent | 26ead17e4c3682a93f64cca646b291b7ce6b195d (diff) | |
| download | phperkaigi-2026-albatross-08ae228c45745372784017fe694d61d9ed0e2981.tar.gz phperkaigi-2026-albatross-08ae228c45745372784017fe694d61d9ed0e2981.tar.zst phperkaigi-2026-albatross-08ae228c45745372784017fe694d61d9ed0e2981.zip | |
feat(admin): integrate asynqmon web UI for task queue monitoring
Mount asynqmon HTTP handler under admin/queue with existing session
cookie and admin middleware authentication.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'backend/admin/templates/dashboard.html')
| -rw-r--r-- | backend/admin/templates/dashboard.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/admin/templates/dashboard.html b/backend/admin/templates/dashboard.html index 2e9336a..7302cf9 100644 --- a/backend/admin/templates/dashboard.html +++ b/backend/admin/templates/dashboard.html @@ -16,6 +16,9 @@ <p> <a href="{{ .BasePath }}admin/online-qualifying-ranking">Online Qualifying Ranking</a> </p> +<p> + <a href="{{ .BasePath }}admin/queue/">Task Queue</a> +</p> <form method="post" action="{{ .BasePath }}admin/fix"> <button type="submit">fix</button> </form> |
