From dc3fa2e0382145126101dc6df04d0338a119824f Mon Sep 17 00:00:00 2001 From: SurenNeware Date: Tue, 4 Aug 2020 20:45:25 +0530 Subject: Add processors to hardware status page -Add processors status from given API. -Created seperate table with all available details. Signed-off-by: Suren Neware Change-Id: Iae4346cd0555a9a7d8ec35c0f56f8bce6c4ab653 --- src/locales/en-US.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/locales') diff --git a/src/locales/en-US.json b/src/locales/en-US.json index 59705602..0fde2536 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -242,6 +242,7 @@ "powerSupplies": "Power supplies", "bmcManager": "BMC manager", "chassis": "Chassis", + "processors": "Processors", "system": "System", "table": { "assetTag": "Asset tag", @@ -254,12 +255,16 @@ "health": "Health", "id": "ID", "indicatorLed": "Indicator LED", + "instructionSet": "Instruction set", "manufacturer": "Manufacturer", "maxConcurrentSessions": "Max concurrent sessions", "model": "Model", + "name": "Name", "partNumber": "Part number", "powerInputWatts": "Power input watts", "powerState": "Power state", + "processorArchitecture": "Architecture", + "processorType": "Type", "serialConsole": "Serial console", "serialNumber": "Serial number", "serviceEnabled": "Service enabled", @@ -267,6 +272,7 @@ "statusHealthRollup": "Status (Health rollup)", "statusState": "Status (State)", "systemType": "System type", + "totalCores": "Total cores", "uuid": "UUID" } }, -- cgit v1.2.3