Searched hist:"1 ca1d7e10ed0ef47206bb89f6dcc5778b1239519" (Results 1 – 2 of 2) sorted by relevance
/openbmc/phosphor-webui/app/server-health/controllers/ |
H A D | log-controller.js | diff a4ae7dba15e741ea66cb21fbd8fa1e4e2deab178 Thu Sep 06 16:47:01 CDT 2018 Gunnar Mills <gmills@us.ibm.com> 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> diff 1ca1d7e10ed0ef47206bb89f6dcc5778b1239519 Thu Aug 30 14:18:22 CDT 2018 beccabroek <beccabroek@gmail.com> Event log select all checkbox
Previously the select all checkbox selected all events, regardless of the filter applied. In addition, if all the events on a filtered page were selected, the checkbox was not checked.
Resolves openbmc/openbmc#3373
Tested: select all checkbox selects only the events visible to the user. If all events are selected, 'select all' checkbox is checked.
Change-Id: Ibd5d1942b5c1c745a544d680288fd10206c7bbc6 Signed-off-by: beccabroek <beccabroek@gmail.com>
|
H A D | log-controller.html | diff 1ca1d7e10ed0ef47206bb89f6dcc5778b1239519 Thu Aug 30 14:18:22 CDT 2018 beccabroek <beccabroek@gmail.com> Event log select all checkbox
Previously the select all checkbox selected all events, regardless of the filter applied. In addition, if all the events on a filtered page were selected, the checkbox was not checked.
Resolves openbmc/openbmc#3373
Tested: select all checkbox selects only the events visible to the user. If all events are selected, 'select all' checkbox is checked.
Change-Id: Ibd5d1942b5c1c745a544d680288fd10206c7bbc6 Signed-off-by: beccabroek <beccabroek@gmail.com>
|