mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat: right align value metrics
This commit is contained in:
parent
f26824049f
commit
9595916a5f
@ -38,8 +38,8 @@
|
||||
<td class="six">
|
||||
<h5 style="font-weight: bold;">Metric name</h5>
|
||||
</td>
|
||||
<td class="six last">
|
||||
<h5 style="font-weight: bold;">Value</h5>
|
||||
<td class="six last" style="text-align: right; width:100px;">
|
||||
<h5 style="font-weight: bold;text-align: right;">Value</h5>
|
||||
</td>
|
||||
</tr>
|
||||
[[range .EvalMatches]]
|
||||
@ -47,8 +47,8 @@
|
||||
<td class="six">
|
||||
<h5 class="data">[[.Metric]]</h5>
|
||||
</td>
|
||||
<td class="six last">
|
||||
<h5 class="data">[[.Value]]</h5>
|
||||
<td class="six last" style="text-align: right; width:100px;">
|
||||
<h5 class="data" style="text-align: right;">[[.Value]]</h5>
|
||||
</td>
|
||||
</tr>
|
||||
[[end]]
|
||||
|
Loading…
Reference in New Issue
Block a user