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 <dixsie@ibm.com>
Change-Id: Iaf0720d76b2a9416f068a1e779ede59bffda9727
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index a94d399..d50d44a 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_",