Browse Source

mark second td as last

bergquist 9 years ago
parent
commit
1a70e69447
1 changed files with 4 additions and 4 deletions
  1. 4 4
      emails/templates/alert_notification.html

+ 4 - 4
emails/templates/alert_notification.html

@@ -35,19 +35,19 @@
 			<center>
 			<table class="twelve" style="width: 340px;" >
 				<tr>
-					<td class="six last">
+					<td class="six">
 						<h5 style="font-weight: bold;">Metric name</h5>
 					</td>
-					<td class="six">
+					<td class="six last">
 						<h5 style="font-weight: bold;">Value</h5>
 					</td>
 				</tr>
 				[[range .EvalMatches]]
 				<tr>
-					<td class="six last">
+					<td class="six">
 						<h5 class="data">[[.Metric]]</h5>
 					</td>
-					<td class="six">
+					<td class="six last">
 						<h5 class="data">[[.Value]]</h5>
 					</td>
 				</tr>