mirror of https://github.com/grafana/grafana.git
feat: right align value metrics
This commit is contained in:
parent
f26824049f
commit
9595916a5f
|
@ -38,8 +38,8 @@
|
||||||
<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">
|
<td class="six last" style="text-align: right; width:100px;">
|
||||||
<h5 style="font-weight: bold;">Value</h5>
|
<h5 style="font-weight: bold;text-align: right;">Value</h5>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
[[range .EvalMatches]]
|
[[range .EvalMatches]]
|
||||||
|
@ -47,8 +47,8 @@
|
||||||
<td class="six">
|
<td class="six">
|
||||||
<h5 class="data">[[.Metric]]</h5>
|
<h5 class="data">[[.Metric]]</h5>
|
||||||
</td>
|
</td>
|
||||||
<td class="six last">
|
<td class="six last" style="text-align: right; width:100px;">
|
||||||
<h5 class="data">[[.Value]]</h5>
|
<h5 class="data" style="text-align: right;">[[.Value]]</h5>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
[[end]]
|
[[end]]
|
||||||
|
|
Loading…
Reference in New Issue