From 7bc85e4936f1fe0178bae3bedcdc11c5e00564d6 Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Thu, 11 Feb 2021 09:59:13 -0800 Subject: Update single file firmware card layout Updates will enable a more dynamic firmware page layout by inspecting all firmware images for host images. GETs all firmware inventory at Redfish endpoint '/redfish/v1/UpdateService/FirmwareInventory' then checks if any image includes RelatedItem '/redfish/v1/Systems/system/Bios' to determine whether the UI should show combined or separate firmware cards for BMC and Host. This is part of an effort to make the firmware page more dynamic. These changes are only visisble with ibm dotenv variables. Signed-off-by: Yoshie Muranaka Change-Id: I8542a27c6ff421bcb24c8b2570dbe150d5c1ce6c --- src/locales/en-US.json | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) (limited to 'src/locales/en-US.json') diff --git a/src/locales/en-US.json b/src/locales/en-US.json index 8ca98bf0..714027bb 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -317,14 +317,14 @@ "successUploadTitle": "Code update started" }, "singleFileUpload": { - "backupImage": "Backup image", - "bmcAndServer": "BMC and server:", - "fileAddress": "File address", - "fileSource": "File source", - "runningImage": "Running image", - "startUpdate": "Start update", - "switchToRunning": "Switch to running", - "updateFirmware": "Update firmware", + "cardActionSwitchToRunning": "Switch to running", + "cardBodyVersion": "Version", + "cardTitleBackup": "Backup image", + "cardTitleRunning": "Running image", + "sectionTitleBmcCards": "BMC", + "sectionTitleBmcCardsCombined": "BMC and server", + "sectionTitleHostCards": "Host", + "sectionTitleUpdateFirmware": "Update firmware", "alert": { "operationInProgress": "Server power operation in progress.", "serverMustBePoweredOffTo": "Server must be powered off to:", @@ -333,14 +333,26 @@ "updateFirmware": "Update firmware", "viewServerPowerOperations": "View server power operations" }, + "form": { + "updateFirmware": { + "fileAddress": "File address", + "fileSource": "File source", + "imageFile": "Image file", + "imageFileHelperText": "Only .tar files accepted", + "startUpdate": "Start update", + "tftpServer": "TFTP server", + "workstation": "Workstation" + } + }, "modal": { "switchImages": "Switch images", "switchRunningImage": "Switch running image", "switchRunningImageInfo": "A BMC reboot is required to run the backup image. The application might be unresponsive during this time.", "switchRunningImageInfo2": "Are you sure you want to switch to the backup image (%{backup})?", "updateFirmwareInfo": "The BMC will reboot during the update process. The server cannot be powered on until the update is finished.", - "updateFirmwareInfo2": "The running image (%{running}) will be copied to backup and the backup image (%{backup}) will be permanently deleted.", - "updateFirmwareInfo3": "Are you sure you want to proceed with the update?" + "updateFirmwareInfo2": "The running image (%{running}) will be copied to backup. The backup image will be deleted.", + "updateFirmwareInfo3": "Are you sure you want to proceed with the update?", + "updateFirmwareInfoDefault": "The new image will be uploaded and activated. After that, the BMC or host will reboot automatically to run from the new image." }, "toast": { "errorSwitchImages": "Error switching running and backup images.", -- cgit v1.2.3