summaryrefslogtreecommitdiff
path: root/src/locales/en-US.json
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2021-02-11 20:59:13 +0300
committerDerick Montague <derick.montague@ibm.com>2021-02-25 18:06:40 +0300
commit7bc85e4936f1fe0178bae3bedcdc11c5e00564d6 (patch)
treeb1bfd50d875b2b7442b4d816bdf989caa3852cdc /src/locales/en-US.json
parenta36a32f112b2554109502c569fb4b9d64e88053d (diff)
downloadwebui-vue-7bc85e4936f1fe0178bae3bedcdc11c5e00564d6.tar.xz
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 <yoshiemuranaka@gmail.com> Change-Id: I8542a27c6ff421bcb24c8b2570dbe150d5c1ce6c
Diffstat (limited to 'src/locales/en-US.json')
-rw-r--r--src/locales/en-US.json32
1 files changed, 22 insertions, 10 deletions
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.",