From b104f67beb5d3bef3420514d4909958613146fec Mon Sep 17 00:00:00 2001 From: Roman Khavronenko Date: Fri, 24 Jun 2022 20:06:12 +0200 Subject: [PATCH] vmalert: use absolute path for assets (#2784) Using relative path breaks assets loading on alert view page. Signed-off-by: hagen1778 --- app/vmalert/tpl/footer.qtpl | 4 ++-- app/vmalert/tpl/footer.qtpl.go | 4 ++-- app/vmalert/tpl/header.qtpl | 2 +- app/vmalert/tpl/header.qtpl.go | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/vmalert/tpl/footer.qtpl b/app/vmalert/tpl/footer.qtpl index 25327f5ef2..ce86df8c8f 100644 --- a/app/vmalert/tpl/footer.qtpl +++ b/app/vmalert/tpl/footer.qtpl @@ -1,7 +1,7 @@ {% func Footer() %} - - + + - + +