mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Small fix to singlestat panel and unit selector
This commit is contained in:
@@ -36,7 +36,7 @@ Add the following to a new file at `/etc/yum.repos.d/grafana.repo`
|
||||
sslverify=1
|
||||
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
|
||||
|
||||
Update apt and install Grafana
|
||||
Install Grafana
|
||||
|
||||
$ sudo yum install grafana
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
<li class="tight-form-item" style="width: 80px">
|
||||
<strong>Unit</strong>
|
||||
</li>
|
||||
<li class="dropdown" style="width: 119px;"
|
||||
<li class="dropdown" style="width: 266px;"
|
||||
ng-model="panel.format"
|
||||
dropdown-typeahead="unitFormats"
|
||||
dropdown-typeahead-on-select="setUnitFormat($subItem)">
|
||||
|
||||
Reference in New Issue
Block a user