Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Vach committed Nov 1, 2016
1 parent 4ea0ccc commit ed21edc
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ This User Interfaces allows to operate a Smart Home Network based on Z-Wave devi
## Project leader
Marcel Kermer

## v1.5.1
#### Fixes
- Displays Firmware Update int POPP version.

## v1.5.0
#### New features
- Time zone on the first access page and in the management (POPP only).
Expand Down
2 changes: 1 addition & 1 deletion app/views/management/management.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<!-- ///////////////////////////// Firmware update ///////////////////////////// -->
<div class="accordion-entry"
ng-if="!isMobile && !isInArray(['popp','jb'],cfg.app_type)"
ng-if="!isMobile && !isInArray(['wd','jb'],cfg.app_type)"
ng-include="'app/views/management/management_firmware.html'"></div>
<div class="accordion-entry"
ng-if="cfg.app_type === 'jb'"
Expand Down
2 changes: 1 addition & 1 deletion dist/app/js/build.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/app/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
var config_data = {
'cfg': {
//Application name
'app_name': 'SmartHome UI',
'app_name': 'SmartHome UI ',
// Application version
'app_version': '1.5.0',
// Server base url
Expand Down
2 changes: 1 addition & 1 deletion dist/app/js/templates.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/app/views/management/management.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<!-- ///////////////////////////// Firmware update ///////////////////////////// -->
<div class="accordion-entry"
ng-if="!isMobile && !isInArray(['popp','jb'],cfg.app_type)"
ng-if="!isMobile && !isInArray(['wd','jb'],cfg.app_type)"
ng-include="'app/views/management/management_firmware.html'"></div>
<div class="accordion-entry"
ng-if="cfg.app_type === 'jb'"
Expand Down

0 comments on commit ed21edc

Please sign in to comment.