Commit 62372978 by bergquist

style: convert tabs to spaces

parent 59cb51dc
[[Subject .Subject "[[.Title]]"]] [[Subject .Subject "[[.Title]]"]]
<table class="row"> <table class="row">
<tr> <tr>
<td class="wrapper last"> <td class="wrapper last">
<table class="twelve columns"> <table class="twelve columns">
<tr> <tr>
<td class="center"> <td class="center">
<h3 style="/*text-align:center*/;color: [[.SeverityColor]]; font-weight: bold; font-style: italic;">[[.Title]]</h3> <h3 style="/*text-align:center*/;color: [[.SeverityColor]]; font-weight: bold; font-style: italic;">[[.Title]]</h3>
</td> </td>
</tr> </tr>
</table> </table>
</td> </td>
</tr> </tr>
</table> </table>
<table class="row" > <table class="row" >
<tr> <tr>
<td class="last"> <td class="last">
<table class="twelve columns"> <table class="twelve columns">
<tr> <tr>
<td class="center"> <td class="center">
<p style="/*text-align:center*/">[[.Message]]</p> <p style="/*text-align:center*/">[[.Message]]</p>
</td> </td>
</tr> </tr>
</table> </table>
</td> </td>
</tr> </tr>
</table> </table>
[[if ne .State "ok" ]] [[if ne .State "ok" ]]
<table class="row" > <table class="row" >
<tr> <tr>
<td class="last"> <td class="last">
<center> <center>
<table class="twelve columns" > <table class="twelve columns" >
<tr> <tr>
<td class="six"> <td class="six">
<h5 style="font-weight: bold;">Metric name</h5> <h5 style="font-weight: bold;">Metric name</h5>
</td> </td>
<td class="six last" style="text-align: right; width:100px;"> <td class="six last" style="text-align: right; width:100px;">
<h5 style="font-weight: bold;text-align: right;">Value</h5> <h5 style="font-weight: bold;text-align: right;">Value</h5>
</td> </td>
</tr> </tr>
[[range .EvalMatches]] [[range .EvalMatches]]
<tr> <tr>
<td class="six"> <td class="six">
<h5 class="data">[[.Metric]]</h5> <h5 class="data">[[.Metric]]</h5>
</td> </td>
<td class="six last" style="text-align: right; width:100px;"> <td class="six last" style="text-align: right; width:100px;">
<h5 class="data" style="text-align: right;">[[.Value]]</h5> <h5 class="data" style="text-align: right;">[[.Value]]</h5>
</td> </td>
</tr> </tr>
[[end]] [[end]]
</table> </table>
</center> </center>
</td> </td>
</tr> </tr>
</table> </table>
[[end]] [[end]]
<table class="row" > <table class="row" >
<tr> <tr>
<td class="wrapper last"> <td class="wrapper last">
<table class="twelve columns"> <table class="twelve columns">
<tr> <tr>
<td class="center"> <td class="center">
<img src="[[.ImageLink]]" /> <img src="[[.ImageLink]]" />
</td> </td>
</tr> </tr>
</table> </table>
</td> </td>
</tr> </tr>
</table> </table>
<table class="row"> <table class="row">
<tr> <tr>
<td class="wrapper last"> <td class="wrapper last">
<table class="twelve columns"> <table class="twelve columns">
<tr> <tr>
<td class="center six"> <td class="center six">
<table class="better-button" align="center" border="0" cellspacing="0" cellpadding="0"> <table class="better-button" align="center" border="0" cellspacing="0" cellpadding="0">
<tr> <tr>
<td align="center" class="better-button" bgcolor="#ff8f2b"> <td align="center" class="better-button" bgcolor="#ff8f2b">
<a href="[[.RuleUrl]]" target="_blank">View your Alert rule</a> <a href="[[.RuleUrl]]" target="_blank">View your Alert rule</a>
</td> </td>
</tr> </tr>
</table> </table>
</td> </td>
<td class="center six"> <td class="center six">
<table class="better-button" align="center" border="0" cellspacing="0" cellpadding="0"> <table class="better-button" align="center" border="0" cellspacing="0" cellpadding="0">
<tr> <tr>
<td align="center" class="better-button-alt" bgcolor="#efefef"> <td align="center" class="better-button-alt" bgcolor="#efefef">
<a href="[[.AlertPageUrl]]" target="_blank"> Go to the Alerts page</a> <a href="[[.AlertPageUrl]]" target="_blank"> Go to the Alerts page</a>
</td> </td>
</tr> </tr>
</table> </table>
</td> </td>
</tr> </tr>
</table> </table>
</td> </td>
</tr> </tr>
</table> </table>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment