diff options
| author | Gunnar Mills <gmills@us.ibm.com> | 2018-09-18 14:50:39 -0500 |
|---|---|---|
| committer | Ed Tanous <ed.tanous@intel.com> | 2018-10-29 19:15:19 +0000 |
| commit | 022b6cf15cb41b3e7bedc33b98d2cfe5a5be83a0 (patch) | |
| tree | 6b0b87e1037cdd6b36ab321354552bd6726f186b /app/configuration/styles | |
| parent | 854fbba169307e14f27a3b1f840a802f068725c6 (diff) | |
| download | phosphor-webui-022b6cf15cb41b3e7bedc33b98d2cfe5a5be83a0.tar.gz phosphor-webui-022b6cf15cb41b3e7bedc33b98d2cfe5a5be83a0.zip | |
Remove SNMP Managers
Allow the user to remove SNMP Managers.
If the SNMP Manager being removed exists in the backend, make a
call to remove it.
Tested: Removed SNMP Managers on a Witherspoon
Change-Id: Ib392cda30754adfaa58f6301592c2d666ff2c29e
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/configuration/styles')
| -rw-r--r-- | app/configuration/styles/snmp.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/configuration/styles/snmp.scss b/app/configuration/styles/snmp.scss index eabfb7a..1afefd0 100644 --- a/app/configuration/styles/snmp.scss +++ b/app/configuration/styles/snmp.scss @@ -10,8 +10,11 @@ } .snmp__manager-field { + display:inline-block; padding-right: 4em; width: 350px; + padding-top: .6em; + padding-left: 0em; } .snmp__metadata-wrapper { @@ -36,4 +39,13 @@ margin: .5em; } } + .snmp__manager-remove { + display:inline-block; + color: $medblue; + height: 2.1em; + opacity: 1; + &:hover { + cursor: pointer; + } + } } |

