From 6a192d526c9efebf7a614a9aa473eee62e555fc5 Mon Sep 17 00:00:00 2001 From: Dixsie Wolmers Date: Thu, 2 Sep 2021 15:26:58 -0500 Subject: Update overview layout Layout updates uses bootstrap vue cards to display general information. View more links and download or export ability has been added to the overview page. Network settings displays the hostname and the first IP address for the first ethernet interface. Link status was also added. TODO: Add idle power and power mode properties in seperate commit for each story. Signed-off-by: Dixsie Wolmers Change-Id: Iaf0720d76b2a9416f068a1e779ede59bffda9727 --- src/locales/en-US.json | 46 ++++++++++++++++++++++------------------------ 1 file changed, 22 insertions(+), 24 deletions(-) (limited to 'src/locales') diff --git a/src/locales/en-US.json b/src/locales/en-US.json index a94d3995..d50d44a7 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -561,36 +561,34 @@ } }, "pageOverview": { - "bmcInformation": "BMC information", - "firmwareVersion": "Firmware version", - "highPriorityEvents": "High priority events", - "manufacturer": "Manufacturer", + "backupVersion": "Backup", + "bmcTime": "BMC time", + "criticalEvents": "Critical", + "dhcp": "DHCPv4", + "dumps": "Dumps", + "eventLogs": "Event logs", + "firmwareInformation": "Firmware information", + "hostname": "Hostname", + "idlePower": "Idle power", + "inventory": "Inventory and LEDs", + "ipv4": "IPv4", + "linkStatus": "Link status", "model": "Model", "networkInformation": "Network information", "powerCap": "Power cap", "powerConsumption": "Power consumption", + "powerInformation": "Power information", + "powerMode": "Power mode", + "runningVersion": "Running", "serialNumber": "Serial number", "serverInformation": "Server information", - "events": { - "date": "Date", - "description": "Description", - "id": "ID", - "noHighEventsMsg": "There are no high priority events to display at this time.", - "severity": "Severity", - "type": "Type", - "viewAllButton": "View all event logs" - }, - "network": { - "hostname": "Hostname", - "ipAddress": "IP address", - "macAddress": "MAC address" - }, - "quicklinks": { - "bmcTime": "BMC time", - "editNetworkSettings": "Edit network settings", - "serverLed": "Server LED", - "solConsole": "@:appNavigation.serialOverLan" - } + "solConsole": "@:appNavigation.serialOverLan", + "statusInformation": "Status information", + "systemIdentifyLed": "System identify LED", + "systemInformation": "System information", + "total": "Total", + "warningEvents": "Warning", + "viewMore": "View more" }, "pagePostCodeLogs": { "allExportFilePrefix": "All_POST_codes_log_", -- cgit v1.2.3