qol(Monitors): adds back buttons, provides more data about child monitors
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user