commit | 10ed37600bc682cf448a1084d73d53accb16cb6d | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Tue Jun 05 12:58:25 2018 -0500 |
committer | Gunnar Mills <gmills@us.ibm.com> | Wed Jun 06 13:50:14 2018 +0000 |
tree | 0084f7d9b1d95a8c174ea75d0a2bfdda28027ede | |
parent | 84981f0a5835bdbe125e2edb13fd21338889262e [diff] |
Fix event log sorting The error logs were ordered "81, 80, 8, 79 ..." sortAscending was causing this, remove it and switch "+Id" to "-Id" which is the correct way to do descending ordering. http://www.tutorialspark.com/AngularJS/AngularJS_Filter_orderBy.php Resolves openbmc/openbmc#3233 Tested: Server Overview page and event log page both show correct order now. Change-Id: Ie1aee542cec8a6157c538838037ce82fc2525e46 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
TODO: Write a project description
nodejs npm
npm install
npm run-script server
This will run it locally in http://localhost:8080
.
https://<bmc-ip>
and bypass the secure warning. You will see a JSON response with Login required
message.http://localhost:8080
. Enter the BMC IP, Username and Password (defaults: root
/0penBmc
).Now you are logged in.