Преглед на файлове

Small fix to singlestat panel and unit selector

Torkel Ödegaard преди 10 години
родител
ревизия
140f1307b4
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      docs/sources/installation/rpm.md
  2. 1 1
      public/app/panels/singlestat/editor.html

+ 1 - 1
docs/sources/installation/rpm.md

@@ -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
 
 

+ 1 - 1
public/app/panels/singlestat/editor.html

@@ -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)">