Query Duration: {{ duration }}
diff --git a/promgen/templates/promgen/ajax_exporter.html b/promgen/templates/promgen/ajax_exporter.html
index 5c70b4a1c..e54ada290 100644
--- a/promgen/templates/promgen/ajax_exporter.html
+++ b/promgen/templates/promgen/ajax_exporter.html
@@ -1,4 +1,4 @@
-
+
URL |
diff --git a/promgen/templates/promgen/alert_detail.html b/promgen/templates/promgen/alert_detail.html
index 765edda47..ba62084a1 100644
--- a/promgen/templates/promgen/alert_detail.html
+++ b/promgen/templates/promgen/alert_detail.html
@@ -6,7 +6,7 @@
{% for error in alert.alerterror_set.all %}
- -
+
-
{{error.message}}
{{error.created}}
@@ -17,9 +17,9 @@
Routing
{% for label, value in groupLabels.items %}
- - {{label}}
+ - {{label}}
-
- {{value}}
+ {{value}}
{% if label in redirects %}
Search
{% endif %}
@@ -34,9 +34,9 @@
Routing
Additional Common Labels
{% for label, value in otherLabels.items %}
- - {{label}}
+ - {{label}}
-
- {{value}}
+ {{value}}
{% if label in redirects %}
Search
{% endif %}
@@ -47,12 +47,12 @@
Additional Common Labels
Common Annotations
{% for label, value in data.commonAnnotations.items %}
- - {{label}}
- - {{value|urlize}}
+ - {{label}}
+ - {{value|urlize}}
{% endfor %}
{% if data.externalURL %}
- External URL
- - {{data.externalURL|urlizetrunc:100}}
+ - {{data.externalURL|urlizetrunc:100}}
{% endif %}
@@ -65,21 +65,21 @@ Alerts
{% for alert in data.alerts %}
- {{alert.startsAt}} |
+ {{alert.startsAt}} |
|
- {{alert.generatorURL|urlizetrunc:100}} |
+ {{alert.generatorURL|urlizetrunc:100}} |
{% endfor %}
Raw Data
- {{alert.json|pretty_json}}
+ {{alert.json|pretty_json}}
{% endblock %}
diff --git a/promgen/templates/promgen/alert_list.html b/promgen/templates/promgen/alert_list.html
index 9c8c491f2..7a2ca064c 100644
--- a/promgen/templates/promgen/alert_list.html
+++ b/promgen/templates/promgen/alert_list.html
@@ -26,16 +26,16 @@
{% for alert in alert_list %}
{% ifchanged alert.created|date %}
- {{ alert.created|date }} |
+ {{ alert.created|date }} |
{% endifchanged %}
- {{ alert.created|timezone:TIMEZONE }} |
- {{alert.json.commonLabels.alertname}} |
- {{alert.json.commonLabels.datasource}} |
- {{alert.json.commonLabels.service}} |
- {{alert.json.commonLabels.project}} |
- {{alert.json.commonLabels.job}} |
+ {{ alert.created|timezone:TIMEZONE }} |
+ {{alert.json.commonLabels.alertname}} |
+ {{alert.json.commonLabels.datasource}} |
+ {{alert.json.commonLabels.service}} |
+ {{alert.json.commonLabels.project}} |
+ {{alert.json.commonLabels.job}} |
{{alert.sent_count}} |
{{alert.error_count}} |
diff --git a/promgen/templates/promgen/audit_list.html b/promgen/templates/promgen/audit_list.html
index b9f9d9bc0..941b45f83 100644
--- a/promgen/templates/promgen/audit_list.html
+++ b/promgen/templates/promgen/audit_list.html
@@ -7,7 +7,7 @@
Log
{% if request.GET %}
-
+
- Filters
{% for k in request.GET %}
-
@@ -19,7 +19,7 @@
Log
{% endif %}
-
+
diff --git a/promgen/templates/promgen/error_block.html b/promgen/templates/promgen/error_block.html
index 25094b088..779ab589b 100644
--- a/promgen/templates/promgen/error_block.html
+++ b/promgen/templates/promgen/error_block.html
@@ -1,5 +1,5 @@
{% for error in warning %}
-
+
Warning:
@@ -7,7 +7,7 @@
{% endfor %}
{% for error in danger %}
-
+
Warning:
diff --git a/promgen/templates/promgen/exporter_form.html b/promgen/templates/promgen/exporter_form.html
index 76f76e9da..c5deffef8 100644
--- a/promgen/templates/promgen/exporter_form.html
+++ b/promgen/templates/promgen/exporter_form.html
@@ -3,7 +3,7 @@
{% load promgen %}
{% block content %}
-
-