Home
last modified time | relevance | path

Searched hist:a4ae7dba15e741ea66cb21fbd8fa1e4e2deab178 (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-webui/app/server-health/controllers/
H A Dlog-controller.jsdiff 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>