mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -06:00
Small fix to singlestat panel and unit selector
This commit is contained in:
parent
9d10b5ab52
commit
140f1307b4
@ -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)">
|
||||
|
Loading…
Reference in New Issue
Block a user