From 56ee769fd5a3df93eb275859a712700a7ba54944 Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Thu, 28 May 2020 13:28:29 -0700 Subject: Add Hardware status page and system table Adds ability to see system information in table format with a row expansion details view. Modified tables styles to add table borders. Created global mixin for table data formatting: - Show '--' for undefined or empty string values - Map Redfish health status options to status-icon values Signed-off-by: Yoshie Muranaka Change-Id: I5b45c37997647f5a265c1e84eb53f0b51699ee20 --- src/locales/en-US.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/locales') diff --git a/src/locales/en-US.json b/src/locales/en-US.json index 8a722e39..8072770f 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -124,6 +124,23 @@ "successDelete": "Successfully deleted %{count} log. | Successfully deleted %{count} logs." } }, + "pageHardwareStatus": { + "system": "System", + "table": { + "id": "ID", + "health": "Health", + "partNumber": "Part number", + "serialNumber": "Serial number", + "assetTag": "Asset tag", + "description": "Description", + "indicatorLed": "Indicator LED", + "model": "Model", + "powerState": "Power state", + "statusHealthRollup": "Status (Health rollup)", + "statusState": "Status (State)", + "systemType": "System type" + } + }, "pageLdap": { "pageDescription": "Configure LDAP settings and manage role groups", "roleGroups": "Role groups", -- cgit v1.2.3