summaryrefslogtreecommitdiffstats
path: root/app/assets/images/icon-edit-blue.svg
diff options
context:
space:
mode:
authorbeccabroek <beccabroek@gmail.com>2019-01-28 15:17:44 -0600
committerbeccabroek <beccabroek@gmail.com>2019-04-01 09:17:05 -0500
commitddda4dece0d8c897c0e9189a0aaf0e1b131c4e8a (patch)
treef67c1198f66d094ff35c3c9f815b5cad5d876b7a /app/assets/images/icon-edit-blue.svg
parent4693ddb24bb89dc724c1061c01a9b74455f0e9e7 (diff)
downloadphosphor-webui-ddda4dece0d8c897c0e9189a0aaf0e1b131c4e8a.tar.gz
phosphor-webui-ddda4dece0d8c897c0e9189a0aaf0e1b131c4e8a.zip
SNMP page visual redesign
Adds form validation to SNMP page. Also adds new icons to page for edit and delete. Validation messages for inputs appear after input has been touched or if the user attempts to submit the form with validation errors. Tested: Add, remove, and update SNMP was successful and functionality unchanged. Form did not allow invalid or empty values to submitted. Used Chrome, Safari, and Firefox to verify that visual design looked as expected. Resolves openbmc/phosphor-webui#37 Change-Id: I7a97d80724e56d2f22c74ac1251041270bbc35ad Signed-off-by: beccabroek <beccabroek@gmail.com>
Diffstat (limited to 'app/assets/images/icon-edit-blue.svg')
-rw-r--r--app/assets/images/icon-edit-blue.svg24
1 files changed, 24 insertions, 0 deletions
diff --git a/app/assets/images/icon-edit-blue.svg b/app/assets/images/icon-edit-blue.svg
new file mode 100644
index 0000000..ba2cc40
--- /dev/null
+++ b/app/assets/images/icon-edit-blue.svg
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <!-- Generator: Sketch 51.3 (57544) - http://www.bohemiancoding.com/sketch -->
+ <title>Colors/Base/Black</title>
+ <desc>Created with Sketch.</desc>
+ <defs>
+ <path d="M7.92572798,3.00428655 L1.00199753,9.34382025 L1.00199753,11.6237002 L3.30623854,11.6237002 L10.2321641,5.30721897 L7.92572798,3.00428655 Z M8.66400508,2.32830232 L10.9718396,4.63263098 L12.4234573,3.30874783 L10.1147108,1.00000135 L8.66400508,2.32830232 Z M0.00199752679,8.9035802 L9.43940417,0.262464274 C9.8341134,-0.0989409664 10.4433938,-0.0855292166 10.8218176,0.29289457 L13.1305641,2.60164105 C13.5210884,2.99216534 13.5210884,3.62533032 13.1305641,4.01585461 C13.1197237,4.02669497 13.1086355,4.03728461 13.0973082,4.04761513 L3.69376146,12.6237002 L0.00199752679,12.6237002 L0.00199752679,8.9035802 Z M0,15.6371142 L0,14.6371142 L16,14.6371142 L16,15.6371142 L0,15.6371142 Z" id="path-1"></path>
+ </defs>
+ <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+ <g id="Icon/Edit">
+ <g id="Colors/Base/Black">
+ <mask id="mask-2" fill="white">
+ <use xlink:href="#path-1"></use>
+ </mask>
+ <use id="Mask" fill="#2d60e5" fill-rule="nonzero" xlink:href="#path-1"></use>
+ <g id="Colors/Base/Blue50" mask="url(#mask-2)" fill="#3c6df0">
+ <g transform="translate(-8.377562, -8.431784)" id="Rectangle-6-Copy">
+ <rect x="0" y="0" width="35" height="35"></rect>
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+</svg> \ No newline at end of file
OpenPOWER on IntegriCloud