summaryrefslogtreecommitdiffstats
path: root/app/server-health/controllers/syslog-controller.js
Commit message (Collapse)AuthorAgeFilesLines
* WebUI: Adding Filters support to system logsAppaRao Puli2019-03-191-1/+36
| | | | | | | | | | | | | | Adding Filter support to system logs page - Severity filter. - Date filter with start and end date. - Filter by Sensort Type. Tested By: Loaded System logs page with type selection 'Event' and check all filters. Change-Id: I41eba4cd59c0f3c2933637bf0e207a3eca3214f1 Signed-off-by: AppaRao Puli <apparao.puli@linux.intel.com>
* WebUI system logs implementationAppaRao Puli2019-03-191-0/+122
This commit implements the webui logs page which will show all system logs depends on user selection( SEL or Event or Oem). This is based out of redfish systems log services. - View logs with pagination. - Search filter for logs view. - Sort option with Type, Id, Severity, Date. - Clear logs. - Export logs. UnitTest: - Existing bmcweb send the system logs of EntryType "Event". So Loaded UI, selected Type "Event" and validated all the above mentioned operations. Change-Id: I0384e475f7913ca66b6db5d64831583fb382f8d5 Signed-off-by: AppaRao Puli <apparao.puli@linux.intel.com>
OpenPOWER on IntegriCloud