qol(Monitors): adds back buttons, provides more data about child monitors

This commit is contained in:
Brock H Caldwell
2025-11-07 21:24:27 -06:00
parent 4ae70115b5
commit 50ec0c1d6f
7 changed files with 25 additions and 14 deletions

View File

@@ -29,7 +29,7 @@ class WebController extends AbstractController
private readonly Environment $renderer,
) {}
#[Route('/monitors', name: 'app_monitors', methods: ['GET'])]
#[Route('/monitors', name: 'app.monitors', methods: ['GET'])]
public function addMonitor()
{
return $this->render('monitor/index.html.twig');