2022-06-27 12:12:16 +02:00
|
|
|
{% import (
|
2022-07-06 10:46:01 +02:00
|
|
|
"net/http"
|
2022-07-08 10:26:13 +02:00
|
|
|
|
|
|
|
"github.com/VictoriaMetrics/VictoriaMetrics/app/vmalert/utils"
|
2022-06-27 12:12:16 +02:00
|
|
|
) %}
|
|
|
|
|
2022-07-06 10:46:01 +02:00
|
|
|
|
|
|
|
{% func Footer(r *http.Request) %}
|
2022-07-08 10:26:13 +02:00
|
|
|
{%code prefix := utils.Prefix(r.URL.Path) %}
|
2021-09-07 21:39:22 +02:00
|
|
|
</main>
|
2022-07-06 10:46:01 +02:00
|
|
|
<script src="{%s prefix %}static/js/jquery-3.6.0.min.js" type="text/javascript"></script>
|
|
|
|
<script src="{%s prefix %}static/js/bootstrap.bundle.min.js" type="text/javascript"></script>
|
2023-05-10 14:38:13 +02:00
|
|
|
<script src="{%s prefix %}static/js/custom.js" type="text/javascript"></script>
|
2021-09-07 21:39:22 +02:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
{% endfunc %}
|