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