summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
authorNikhil Ashoka <a.nikhil@ibm.com>2022-01-05 19:51:24 +0300
committerDixsie Wolmers <dixsiew@gmail.com>2022-01-28 00:20:09 +0300
commit18cde3ce0c1b2f99e94f5cef66661adcb22ba8f7 (patch)
tree24b99d74249a6d15b8e76bd6ebb013e73d7306f0 /src/locales
parente39b95d6d06c9389c123440d1571edc5cee211bb (diff)
downloadwebui-vue-18cde3ce0c1b2f99e94f5cef66661adcb22ba8f7.tar.xz
Add values to system inventory table
TotalSystemMemoryGiB and CoreCount field is not present. Added TotalSystemMemoryGiB under Memory summary Added CoreCount under Processor summary Signed-off-by: Nikhil Ashoka <a.nikhil@ibm.com> Change-Id: I598abc7c05dd5113db0071ecd71bbcc32ad696c4
Diffstat (limited to 'src/locales')
-rw-r--r--src/locales/en-US.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 40d65531..f29ba0e9 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -388,6 +388,7 @@
"capacityMiB": "Capacity MiB",
"chassisType": "Chassis type",
"connectTypesSupported": "Connect types supported",
+ "coreCount": "Core count",
"count": "Count",
"dataWidthBits": "Data width bits",
"description": "Description",
@@ -433,6 +434,7 @@
"subModel": "Sub model",
"systemType": "System type",
"totalCores": "Total cores",
+ "totalSystemMemoryGiB": "Total system memory",
"totalThreads": "Total threads",
"uuid": "UUID",
"version": "Version"