summaryrefslogtreecommitdiffstats
path: root/app/configuration/controllers/firmware-controller.html
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-03-01 16:19:37 -0600
committerGunnar Mills <gmills@us.ibm.com>2018-03-05 11:49:45 -0600
commit6473a41d6c377667993ee9b82485867c4d6fc21c (patch)
treee0d98323a1b167f6468d870b6ddf6420222cc63c /app/configuration/controllers/firmware-controller.html
parenteedefd3ead28d0d276539552faad54bb709a7af5 (diff)
downloadphosphor-webui-6473a41d6c377667993ee9b82485867c4d6fc21c.tar.gz
phosphor-webui-6473a41d6c377667993ee9b82485867c4d6fc21c.zip
Display Version when confirming changing priority
Before the GUI displayed when changing the priority: "Change firmware e129c45b priority?" It now displays: "Change firmware v2.0-165-ge571670 priority?" This is important since the user never sees the image ID (e.g. e129c45b) and always sees the image version (e.g. v2.0-165-ge571670). Tested: confirmed text is correct and change priority works Change-Id: Ie9403aaade8a307b6de54feef20adc2b04e2b80b Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/configuration/controllers/firmware-controller.html')
-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 b532b41..5f4c7b0 100644
--- a/app/configuration/controllers/firmware-controller.html
+++ b/app/configuration/controllers/firmware-controller.html
@@ -76,7 +76,7 @@
<h1 class="modal-title h4 inline">Change image priority</h1>
</div>
<div class="modal__content">
- <p>Change firmware {{priority_image_id}} priority?</p>
+ <p>Change firmware {{priority_image_version}} priority?</p>
</div>
<div class="modal__button-wrapper">
<button class="inline btn-secondary" ng-click="confirm_priority=false;">Cancel</button>
OpenPOWER on IntegriCloud