summaryrefslogtreecommitdiffstats
path: root/app/configuration/controllers/firmware-controller.html
diff options
context:
space:
mode:
authorDerick Montague <derick.montague@ibm.com>2019-10-08 16:00:45 -0500
committerGunnar Mills <gmills@us.ibm.com>2019-10-09 14:54:41 +0000
commit86c0b94b6d4e3876b9a43b01faa8ee78269415eb (patch)
treec3714ba7e79f96308dbd09ceeb72e89a41afd51d /app/configuration/controllers/firmware-controller.html
parentee78862d71b818cffb15b30086fdc707490293c4 (diff)
downloadphosphor-webui-86c0b94b6d4e3876b9a43b01faa8ee78269415eb.tar.gz
phosphor-webui-86c0b94b6d4e3876b9a43b01faa8ee78269415eb.zip
Fix icon-warning syntax error
There were a few instances of the icon-warning icon that didn't include the file extenstion needed to when adding the file attribute property in the icon directive. Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: Ib25c28c72285fa214f75258b0b09790d52bb6cc1
Diffstat (limited to 'app/configuration/controllers/firmware-controller.html')
-rw-r--r--app/configuration/controllers/firmware-controller.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/configuration/controllers/firmware-controller.html b/app/configuration/controllers/firmware-controller.html
index da2c397..d2ff89d 100644
--- a/app/configuration/controllers/firmware-controller.html
+++ b/app/configuration/controllers/firmware-controller.html
@@ -57,7 +57,7 @@
<div class="modal__tftp-unreachable" role="document">
<div class="screen-reader-offscreen modal-description">Update image priority</div><!-- accessibility only; used for screen readers -->
<div class="page-header ">
- <icon file="icon-warning" aria-hidden="true"></icon><span class="accessible-text" role="alert">Warning</span>
+ <icon file="icon-warning.svg" aria-hidden="true"></icon><span class="accessible-text" role="alert">Warning</span>
<h3 class="modal-title inline">Change image priority</h3>
</div>
<div class="modal__content">
@@ -74,7 +74,7 @@
<div class="modal__tftp-unreachable" role="document">
<div class="screen-reader-offscreen modal-description">Delete firmware image</div><!-- accessibility only; used for screen readers -->
<div class="page-header ">
- <icon file="icon-warning" aria-hidden="true"></icon><span class="accessible-text" role="alert">Warning</span>
+ <icon file="icon-warning.svg" aria-hidden="true"></icon><span class="accessible-text" role="alert">Warning</span>
<h3 class="modal-title inline">Delete image</h3>
</div>
<div class="modal__content">
OpenPOWER on IntegriCloud