summaryrefslogtreecommitdiff
path: root/src/locales/en-US.json
diff options
context:
space:
mode:
authorSurenNeware <sneware9@in.ibm.com>2020-08-04 18:15:25 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2020-08-18 16:53:15 +0300
commitdc3fa2e0382145126101dc6df04d0338a119824f (patch)
tree8e21d88b267b9a46631a6dd1c0bd2b9621727b8d /src/locales/en-US.json
parent307382e809bc7d933ee593f68ef354c388ea350e (diff)
downloadwebui-vue-dc3fa2e0382145126101dc6df04d0338a119824f.tar.xz
Add processors to hardware status page
-Add processors status from given API. -Created seperate table with all available details. Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: Iae4346cd0555a9a7d8ec35c0f56f8bce6c4ab653
Diffstat (limited to 'src/locales/en-US.json')
-rw-r--r--src/locales/en-US.json6
1 files changed, 6 insertions, 0 deletions
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"
}
},