Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
Fixed humidity display in weather widget
Browse files Browse the repository at this point in the history
  • Loading branch information
eickler committed Mar 9, 2017
1 parent 8f03514 commit b06721c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cumulocity-ui-plugin-examples",
"version": "2.0.3",
"dependencies": {
"cumulocity-ui-build": "http://resources.cumulocity.com/webapps/ui/7.42.0.tar.gz"
"cumulocity-ui-build": "http://resources.cumulocity.com/webapps/ui/7.45.1.tar.gz"
},
"scripts": {
"lint": "eslint --cache --",
Expand Down
2 changes: 1 addition & 1 deletion plugins/weather/views/weather.main.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</tr>
<tr>
<td>{{ 'Humidity' | translate }}</td>
<td>{{weather.currently.humidity}} %</td>
<td>{{weather.currently.humidity * 100}} %</td>
</tr>
<tr>
<td>{{ 'Wind' | translate }}</td>
Expand Down

0 comments on commit b06721c

Please sign in to comment.