mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
mark second td as last
This commit is contained in:
@@ -35,19 +35,19 @@
|
|||||||
<center>
|
<center>
|
||||||
<table class="twelve" style="width: 340px;" >
|
<table class="twelve" style="width: 340px;" >
|
||||||
<tr>
|
<tr>
|
||||||
<td class="six last">
|
<td class="six">
|
||||||
<h5 style="font-weight: bold;">Metric name</h5>
|
<h5 style="font-weight: bold;">Metric name</h5>
|
||||||
</td>
|
</td>
|
||||||
<td class="six">
|
<td class="six last">
|
||||||
<h5 style="font-weight: bold;">Value</h5>
|
<h5 style="font-weight: bold;">Value</h5>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
[[range .EvalMatches]]
|
[[range .EvalMatches]]
|
||||||
<tr>
|
<tr>
|
||||||
<td class="six last">
|
<td class="six">
|
||||||
<h5 class="data">[[.Metric]]</h5>
|
<h5 class="data">[[.Metric]]</h5>
|
||||||
</td>
|
</td>
|
||||||
<td class="six">
|
<td class="six last">
|
||||||
<h5 class="data">[[.Value]]</h5>
|
<h5 class="data">[[.Value]]</h5>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user