commit | a4ae7dba15e741ea66cb21fbd8fa1e4e2deab178 | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Thu Sep 06 16:47:01 2018 -0500 |
committer | Gunnar Mills <gmills@us.ibm.com> | Mon Sep 10 16:36:34 2018 +0000 |
tree | 623788eb1ca467eca2befbf82896b17eb0bc89da | |
parent | ff64c54a93aaf1ffb4df4b2d4c16c392d869f533 [diff] |
Fix '$scope.filteredLogs is undefined' When loading the "Event log" page '$scope.filteredLogs is undefined' is logged in the console. https://github.com/openbmc/phosphor-webui/commit/1ca1d7e10ed0ef47206bb89f6dcc5778b1239519 moved the watch on the all logs checkbox to $scope.filteredLogs. Add $scope.filteredLogs to the top of the file so it is not undefined on page load. Tested: No longer see the console message. Change-Id: Ifa49b416db1a692fc16b3325cef26f59189855a8 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
The OpenBMC WebUI is a Web-based user interface for the OpenBMC firmware stack. The WebUI uses AngularJS. Features include:
nodejs npm
npm install
npm run-script server
This will start a server instance and begin listening for connections at http://localhost:8080
. This development server provides live reloading on code changes. NOTE: Browsing to https://<BMC>
and accepting the self-signed certificate might be required to prevent your browser from blocking traffic to the BMC.
Enter the BMC Host or BMC IP address, username, and password. The default username and password are root
/0penBmc
.