From 54c6bfc2d40def4db1bc3a13ab92ee71091b1e4f Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Fri, 12 Jun 2020 08:29:42 -0700 Subject: Add BMC manager table to hardware status page Add properties at /redfish/v1/Managers/bmc endpoint in a table with expandable row to view details. Signed-off-by: Yoshie Muranaka Change-Id: Ieb32a9b2a535ddd7d24edcb68761c51eace2e5a8 --- src/components/Mixins/TableDataFormatter.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/components') diff --git a/src/components/Mixins/TableDataFormatter.js b/src/components/Mixins/TableDataFormatter.js index e811f90a..027db610 100644 --- a/src/components/Mixins/TableDataFormatter.js +++ b/src/components/Mixins/TableDataFormatter.js @@ -18,6 +18,9 @@ const TableDataFormatter = { default: return ''; } + }, + tableFormatterArray(value) { + return value.join(', '); } } }; -- cgit v1.2.3