瀏覽代碼

Added Pressure units (mbar and hPa)

10 年之前
父節點
當前提交
5f513773c1
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      public/app/components/kbn.js

+ 2 - 2
public/app/components/kbn.js

@@ -592,8 +592,8 @@ function($, _, moment) {
           {text: 'Celcius (°C)',         value: 'celsius'  },
           {text: 'Celcius (°C)',         value: 'celsius'  },
           {text: 'Farenheit (°F)',       value: 'farenheit'},
           {text: 'Farenheit (°F)',       value: 'farenheit'},
           {text: 'Humidity (%H)',        value: 'humidity' },
           {text: 'Humidity (%H)',        value: 'humidity' },
-		  {text: 'Pressure (mbar)',      value: 'pressurembar' },
-		  {text: 'Pressure (hPa)',       value: 'pressurehpa' },
+          {text: 'Pressure (mbar)',      value: 'pressurembar' },
+          {text: 'Pressure (hPa)',       value: 'pressurehpa' },
         ]
         ]
       },
       },
       {
       {