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 <yoshiemuranaka@gmail.com>
Change-Id: Ieb32a9b2a535ddd7d24edcb68761c51eace2e5a8
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index f58054a..4306534 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -130,26 +130,34 @@
"dimmSlot": "DIMM slot",
"fans": "Fans",
"powerSupplies": "Power supplies",
+ "bmcManager": "BMC manager",
"chassis": "Chassis",
"system": "System",
"table": {
"assetTag": "Asset tag",
"chassisType": "Chassis type",
+ "connectTypesSupported": "Connect types supported",
"description": "Description",
"efficiencyPercent": "Efficiency percent",
"firmwareVersion": "Firmware version",
+ "graphicalConsole": "Graphical console",
"health": "Health",
"id": "ID",
"indicatorLed": "Indicator LED",
"manufacturer": "Manufacturer",
+ "maxConcurrentSessions": "Max concurrent sessions",
"model": "Model",
"partNumber": "Part number",
"powerInputWatts": "Power input watts",
"powerState": "Power state",
+ "serialConsole": "Serial console",
"serialNumber": "Serial number",
+ "serviceEnabled": "Service enabled",
+ "serviceEntryPointUuid": "Service entry point UUID",
"statusHealthRollup": "Status (Health rollup)",
"statusState": "Status (State)",
- "systemType": "System type"
+ "systemType": "System type",
+ "uuid": "UUID"
}
},
"pageLdap": {