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>
diff --git a/app/configuration/index.js b/app/configuration/index.js
index e9bab01..b418295 100644
--- a/app/configuration/index.js
+++ b/app/configuration/index.js
@@ -30,6 +30,11 @@
                 'controller': 'networkController',
                 authenticated: true
               })
+              .when('/configuration/snmp', {
+                'template': require('./controllers/snmp-controller.html'),
+                'controller': 'snmpController',
+                authenticated: true
+              })
               .when('/configuration/firmware', {
                 'template': require('./controllers/firmware-controller.html'),
                 'controller': 'firmwareController',