From 9d40e308fb33d5cef91deb8d78451ab021614898 Mon Sep 17 00:00:00 2001 From: Dixsie Wolmers Date: Thu, 13 Feb 2020 13:29:40 -0600 Subject: 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 Change-Id: I633f03ba4a65358861664a869b35adf5358c45e6 --- src/locales/en.json | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'src/locales') 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", -- cgit v1.2.3