Commit 140f1307 by Torkel Ödegaard

Small fix to singlestat panel and unit selector

parent 9d10b5ab
...@@ -36,7 +36,7 @@ Add the following to a new file at `/etc/yum.repos.d/grafana.repo` ...@@ -36,7 +36,7 @@ Add the following to a new file at `/etc/yum.repos.d/grafana.repo`
sslverify=1 sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt sslcacert=/etc/pki/tls/certs/ca-bundle.crt
Update apt and install Grafana Install Grafana
$ sudo yum install grafana $ sudo yum install grafana
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
<li class="tight-form-item" style="width: 80px"> <li class="tight-form-item" style="width: 80px">
<strong>Unit</strong> <strong>Unit</strong>
</li> </li>
<li class="dropdown" style="width: 119px;" <li class="dropdown" style="width: 266px;"
ng-model="panel.format" ng-model="panel.format"
dropdown-typeahead="unitFormats" dropdown-typeahead="unitFormats"
dropdown-typeahead-on-select="setUnitFormat($subItem)"> dropdown-typeahead-on-select="setUnitFormat($subItem)">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment