summaryrefslogtreecommitdiff
path: root/src/locales/en-US.json
diff options
context:
space:
mode:
authorSandeepa Singh <sandeepa.singh@ibm.com>2021-04-21 13:14:45 +0300
committerSandeepa Singh <sandeepa.singh@ibm.com>2021-06-29 09:43:33 +0300
commit55ef76a3b60e6adabde2f9a299c471dd5700e9c6 (patch)
treee773b960b20df7990446e182b7a57a2e02d96dff /src/locales/en-US.json
parent3aecc07d9c2e08951ddd04de50247fe5cac3337a (diff)
downloadwebui-vue-55ef76a3b60e6adabde2f9a299c471dd5700e9c6.tar.xz
Add processors table missing properties
- Add following missing properties: Name, Spare part number, Model, Processor type, Processor architechure, Version, Health rollup, Asset tag, Min speed MHz, Max speed MHz, Total cores, Total threads, Instruction set, Identify Led - Design of the table has been updated - Waiting for the following to be merged to test the Identify Led: https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/37045 Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com> Change-Id: If6eeb3b0afea6510f7ea53e2d66cbf1d123b3217
Diffstat (limited to 'src/locales/en-US.json')
-rw-r--r--src/locales/en-US.json17
1 files changed, 14 insertions, 3 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 31b44462..33048f6d 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -384,29 +384,40 @@
"graphicalConsole": "Graphical console",
"hardwareType": "Hardware type",
"health": "Health",
+ "healthRollup": "Health rollup",
"id": "ID",
"identifyLed": "Identify LED",
"indicatorLed": "Indicator LED",
"locationNumber": "Location number",
"instructionSet": "Instruction set",
+ "locationNumber": "Location number",
"manufacturer": "Manufacturer",
"maxConcurrentSessions": "Max concurrent sessions",
+ "maxSpeedMHz": "Max speed MHz",
+ "minSpeedMHz": "Min speed MHz",
"model": "Model",
"name": "Name",
"partNumber": "Part number",
"powerInputWatts": "Power input watts",
"powerState": "Power state",
- "processorArchitecture": "Architecture",
- "processorType": "Type",
+ "processorArchitecture": "Processor architecture",
+ "processorType": "Processor type",
"serialConsole": "Serial console",
"serialNumber": "Serial number",
"serviceEnabled": "Service enabled",
"serviceEntryPointUuid": "Service entry point UUID",
+ "sparePartNumber": "Spare part number",
"statusHealthRollup": "Status (Health rollup)",
"statusState": "Status (State)",
"systemType": "System type",
"totalCores": "Total cores",
- "uuid": "UUID"
+ "totalThreads": "Total threads",
+ "uuid": "UUID",
+ "version": "Version"
+ },
+ "toast": {
+ "errorDisableIdentifyLed": "Error disabling Identify LED.",
+ "errorEnableIdentifyLed": "Error enabling Identify LED."
}
},
"pageKvm": {