Просмотр исходного кода

Small fix to singlestat panel and unit selector

Torkel Ödegaard 10 лет назад
Родитель
Сommit
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
     sslcacert=/etc/pki/tls/certs/ca-bundle.crt
 
-Update apt and install Grafana
+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">
 					<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)">