summaryrefslogtreecommitdiffstats
path: root/app/assets/icons
diff options
context:
space:
mode:
authormiramurali23 <miramurali23@gmail.com>2019-06-10 15:09:27 -0500
committerGunnar Mills <gmills@us.ibm.com>2019-08-22 14:53:06 +0000
commit5e8785d3605b2f927d6024f3d72ebfcc98d0ae0e (patch)
tree4d66732a3d891f80282376a9f7380be43396304a /app/assets/icons
parent0433e005e01732e73e93b167a7a3e4d862f28e28 (diff)
downloadphosphor-webui-5e8785d3605b2f927d6024f3d72ebfcc98d0ae0e.tar.gz
phosphor-webui-5e8785d3605b2f927d6024f3d72ebfcc98d0ae0e.zip
Create csr modal
The CSR Modal allows users to generate a CSR code. Once the user types in the necessary information to generate the CSR code, that modal will then render the code and the user will be able to either copy the code or download the code in a txt file. Tested: loaded onto Witherspoon and able to view on certificate management page. Click on generate csr and type in necessary (or any additional info), then click on generate CSR. The CSR code is then visible and is able to be copied or downloaded. In error state in which CSR code is unable to generate, the modal closes and an error toast message appears. FYI: Sometimes you have to reboot system in order for csr to successfully generate.y Signed-off-by: Mira Murali <miramurali23@gmail.com> Change-Id: I3cca09c494357496166164b5ee8ff99250ef981d
Diffstat (limited to 'app/assets/icons')
-rw-r--r--app/assets/icons/icon-warning.svg6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/icons/icon-warning.svg b/app/assets/icons/icon-warning.svg
new file mode 100644
index 0000000..6b6d822
--- /dev/null
+++ b/app/assets/icons/icon-warning.svg
@@ -0,0 +1,6 @@
+<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
+ <path d="M2.5 17L10 4l7.5 13z" fill="#ffb000" opacity=".4"/>
+ <path d="M10 1.4L.3 18.3h19.5L10 1.4zM10 4l7.5 13h-15L10 4z" fill="#ffb000"/>
+ <path d="M9.2 7.8v1.4l.4 3.5h.8l.4-3.5V7.8H9.2z"/>
+ <circle cx="10" cy="14.7" r=".8"/>
+</svg> \ No newline at end of file
OpenPOWER on IntegriCloud