diff options
| author | Gunnar Mills <gmills@us.ibm.com> | 2018-08-24 15:49:09 -0500 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2018-09-10 14:49:22 +0000 |
| commit | ff64c54a93aaf1ffb4df4b2d4c16c392d869f533 (patch) | |
| tree | b00835006e1bdff7819c23da41f543aef6ec4b74 /app/configuration/styles | |
| parent | 6add8325ebf5c04731aa14ea4233de51fa897ef4 (diff) | |
| download | phosphor-webui-ff64c54a93aaf1ffb4df4b2d4c16c392d869f533.tar.gz phosphor-webui-ff64c54a93aaf1ffb4df4b2d4c16c392d869f533.zip | |
Create new SNMP Settings page
Created new page to display SNMP Managers.
Display the SNMP Manager's IP and port.
https://github.com/openbmc/phosphor-snmp/blob/master/docs/snmp-configuration.md
Future commits will allow the user to add and delete SNMP
managers.
Change-Id: Ia5d633c11728a580c06b25c412e8673925cdc597
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/configuration/styles')
| -rw-r--r-- | app/configuration/styles/index.scss | 1 | ||||
| -rw-r--r-- | app/configuration/styles/snmp.scss | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/app/configuration/styles/index.scss b/app/configuration/styles/index.scss index da10ecc..e532583 100644 --- a/app/configuration/styles/index.scss +++ b/app/configuration/styles/index.scss @@ -1,3 +1,4 @@ @import "./network.scss"; +@import "./snmp.scss"; @import "./date-time.scss"; @import "./firmware.scss"; diff --git a/app/configuration/styles/snmp.scss b/app/configuration/styles/snmp.scss new file mode 100644 index 0000000..00dd40b --- /dev/null +++ b/app/configuration/styles/snmp.scss @@ -0,0 +1,13 @@ +// SNMP SCSS + +.snmp__form { + + fieldset { + padding-left: 1.8em; + padding-bottom: 1.8em; + border-bottom: 1px solid $medgrey; + } + .snmp__managers { + padding-bottom: 1em; + } +} |

