Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
nengyuanzhang committed May 17, 2024
2 parents 164f237 + 53e6db4 commit 0bd4c9e
Show file tree
Hide file tree
Showing 4 changed files with 1,627 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- added menus for plan functions in database
- added energy plan reports (preview) in myems-web
- added new tables for energy, billing and carbon in database
- added language zh_TW to myems-web
- added language zh_TW to myems-web and myems-admin
### Changed
- updated Distribution System in myems-web
- limit virtual meter normalization procedure to calculate at most one month records
Expand Down
2 changes: 1 addition & 1 deletion myems-admin/app/controllers/login/login.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ app.controller('LoginController', function (

$scope.dataLoading = false;
$scope.isFullScreen = false;
$scope.language = $window.localStorage.getItem("myems_admin_ui_language") || "zh_CN"; //zh_CN, en, de, fr, es, ru, ar, vi, th, tr, ms, id
$scope.language = $window.localStorage.getItem("myems_admin_ui_language") || "zh_CN"; //zh_CN, en, de, fr, es, ru, ar, vi, th, tr, ms, id, zh_TW
$scope.fullScreenTitle = "FULLSCREEN";
$scope.cur_user = JSON.parse($window.localStorage.getItem("myems_admin_ui_current_user"));
// login section start
Expand Down

0 comments on commit 0bd4c9e

Please sign in to comment.