summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-03-15 12:43:28 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-03-23 20:07:21 +0000
commit74b05409417c71855edb2692b429465507ba0a64 (patch)
treeff47339bd15aa137c255cf19b3f1f1b503e66c82
parent0c61caa6af11bac221e3373c3c111a600ba07fc3 (diff)
downloadphosphor-webui-74b05409417c71855edb2692b429465507ba0a64.tar.gz
phosphor-webui-74b05409417c71855edb2692b429465507ba0a64.zip
Update firmware text
The software image at the top of the table (i.e. the one with the highest priority) is used the next time the device is booted. Update the text to reflect this. More information on Priority can be found here: github.com/openbmc/phosphor-dbus-interfaces/blob/master/xyz/openbmc_project/Software/RedundancyPriority.interface.yaml Tested: Verified I see the text. Change-Id: I95bc9070f5d18f566dd84d3f57948ea2b41506e6 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rw-r--r--app/configuration/controllers/firmware-controller.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/configuration/controllers/firmware-controller.html b/app/configuration/controllers/firmware-controller.html
index 5f4c7b0..cb5fc37 100644
--- a/app/configuration/controllers/firmware-controller.html
+++ b/app/configuration/controllers/firmware-controller.html
@@ -6,7 +6,7 @@
</div>
</div>
<div class="row column">
- <p>Use the following tables to manage firmware image files. The image file that is listed as Active is used the next time that the device is booted. To change the boot order for the image, click the arrow icons.</p>
+ <p>Use the following tables to manage firmware image files. The image file that is listed at the top, the image with the highest boot priority, is used the next time that the device is booted. To change the boot priority for the image, click the arrow icons.</p>
<p><a ng-click="gotoAnchor()">Scroll down to upload an image file</a> to transfer a new firmware image to the BMC. After uploading a new image, Activate it to make it available for use.</p>
</div>
<firmware-list title="BMC images" version="bmcActiveVersion" firmwares="firmwares" filter-by="filters.bmc"></firmware-list>
OpenPOWER on IntegriCloud