Browse Source

Added Pressure units (mbar and hPa)

10 years ago
parent
commit
5f513773c1
1 changed files with 2 additions and 2 deletions
  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: 'Farenheit (°F)',       value: 'farenheit'},
           {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' },
         ]
       },
       {