summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
authorDixsie Wolmers <dixsie@ibm.com>2020-02-13 22:29:40 +0300
committerGunnar Mills <gmills@us.ibm.com>2020-02-25 01:50:31 +0300
commit9d40e308fb33d5cef91deb8d78451ab021614898 (patch)
tree08a2c0b46fecb551bb95becc5138e2803486cef5 /src/locales
parent0e893f03bbcb2fa2cc6ce128091ba68b8ea93e8f (diff)
downloadwebui-vue-9d40e308fb33d5cef91deb8d78451ab021614898.tar.xz
Update overview events table and overview network layout
- Convert events list group to bootstrap table - Add ethernet interfaces to overview using redfish Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: I633f03ba4a65358861664a869b35adf5358c45e6
Diffstat (limited to 'src/locales')
-rw-r--r--src/locales/en.json24
1 files changed, 16 insertions, 8 deletions
diff --git a/src/locales/en.json b/src/locales/en.json
index 9d89ce60..dd3d588b 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -5,6 +5,10 @@
},
"on": "on",
"off": "off",
+ "state": {
+ "notAvailable": "Not available",
+ "notEnabled": "Not enabled"
+ },
"actions": {
"confirm": "Confirm",
"cancel": "Cancel",
@@ -54,27 +58,31 @@
},
"overview": {
"events": {
- "noHighEventsMsg": "There are no high priority events to display at this time."
+ "noHighEventsMsg": "There are no high priority events to display at this time.",
+ "date": "Date",
+ "description": "Description",
+ "id": "ID",
+ "refCode": "Reference code",
+ "viewAllButton": "View all event logs"
},
"firmwareVersion": "Firmware version",
- "hostname": "Hostname",
- "ipAddress": "IP address",
- "macAddress": "MAC address",
"manufacturer": "Manufacturer",
"model": "Model",
+ "network": {
+ "hostname": "Hostname",
+ "ipAddress": "IP address",
+ "macAddress": "MAC address"
+ },
"powerCap": "Power cap",
"powerConsumption": "Power consumption",
"sectionTitle": {
"bmcInformation": "BMC information",
"highPriorityEvents": "High priority events",
+ "networkInformation": "Network information",
"powerConsumption": "@:overview.powerConsumption",
"serverInformation": "Server information"
},
"serialNumber": "Serial number",
- "state": {
- "notAvailable": "Not available",
- "notEnabled": "Not enabled"
- },
"quicklinks": {
"bmcTime": "BMC time",
"editNetworkSettings": "Edit network settings",