diff --git a/assets/icons/fluent-mdl2/back.svg b/assets/icons/fluent-mdl2/back.svg new file mode 100644 index 0000000..5c68654 --- /dev/null +++ b/assets/icons/fluent-mdl2/back.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/Monitor/Framework/Controller/WebController.php b/src/Monitor/Framework/Controller/WebController.php index 67fcc5b..738cb6e 100644 --- a/src/Monitor/Framework/Controller/WebController.php +++ b/src/Monitor/Framework/Controller/WebController.php @@ -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'); diff --git a/templates/base.html.twig b/templates/base.html.twig index 8253e29..5342818 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -22,9 +22,9 @@