From 62372978e47467d943983ed940e22fd320ae97fd Mon Sep 17 00:00:00 2001 From: bergquist Date: Wed, 7 Sep 2016 13:51:17 +0200 Subject: [PATCH] style: convert tabs to spaces --- emails/templates/alert_notification.html | 168 +++++++++--------- .../templates/alert_notification_example.html | 115 ------------ 2 files changed, 84 insertions(+), 199 deletions(-) delete mode 100644 emails/templates/alert_notification_example.html diff --git a/emails/templates/alert_notification.html b/emails/templates/alert_notification.html index e66eefa6b07..2c9f78ce6fb 100644 --- a/emails/templates/alert_notification.html +++ b/emails/templates/alert_notification.html @@ -1,106 +1,106 @@ [[Subject .Subject "[[.Title]]"]] - - - + + +
- - - - -
-

[[.Title]]

-
-
+ + + + +
+

[[.Title]]

+
+
- - - + + +
- - - - -
-

[[.Message]]

-
-
+ + + + +
+

[[.Message]]

+
+
[[if ne .State "ok" ]] - - - + + +
-
- - - - - - [[range .EvalMatches]] - - - - - [[end]] -
-
Metric name
-
-
Value
-
-
[[.Metric]]
-
-
[[.Value]]
-
-
-
+
+ + + + + + [[range .EvalMatches]] + + + + + [[end]] +
+
Metric name
+
+
Value
+
+
[[.Metric]]
+
+
[[.Value]]
+
+
+
[[end]] - - + +
- - - - -
- -
-
+ + + + +
+ +
+
- - - + + +
- - - - - -
- - - - -
- View your Alert rule -
-
- - - - -
- Go to the Alerts page -
-
-
+ + + + + +
+ + + + +
+ View your Alert rule +
+
+ + + + +
+ Go to the Alerts page +
+
+
diff --git a/emails/templates/alert_notification_example.html b/emails/templates/alert_notification_example.html deleted file mode 100644 index 5061b8579ac..00000000000 --- a/emails/templates/alert_notification_example.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - -
- - - - -
-

[CRITICAL] Imaginary timeserie alert

-
-
- - - - - -
- - - - -
-

Alert message that will support markdown in some distant future.

-
-
- - - - - - -
-
- - - - - - - - - - - - - - - - - -
- Metric name - - Value -
- desktop - - 40 -
- mobile - - 20 -
-
-
- - - - - - -
- - - - -
- -
-
- - - - - - -
- - - - - -
- - - - -
- View your Alert rule -
-
- - - - -
- Go to the Alerts page -
-
-
- - - \ No newline at end of file