Repository: ambari Updated Branches: refs/heads/trunk f6b6dfa67 -> 1bf80a6df
AMBARI-13866. SNMPv3 option for SNMP Alert Notification needs to be removed (rzang) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/1bf80a6d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1bf80a6d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1bf80a6d Branch: refs/heads/trunk Commit: 1bf80a6df756418504c6a2420f55450d26e53931 Parents: f6b6dfa Author: Richard Zang <[email protected]> Authored: Thu Nov 12 14:04:33 2015 -0800 Committer: Richard Zang <[email protected]> Committed: Thu Nov 12 14:04:33 2015 -0800 ---------------------------------------------------------------------- .../main/alerts/manage_alert_notifications_controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/1bf80a6d/ambari-web/app/controllers/main/alerts/manage_alert_notifications_controller.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/main/alerts/manage_alert_notifications_controller.js b/ambari-web/app/controllers/main/alerts/manage_alert_notifications_controller.js index ba51dfa..fb447c3 100644 --- a/ambari-web/app/controllers/main/alerts/manage_alert_notifications_controller.js +++ b/ambari-web/app/controllers/main/alerts/manage_alert_notifications_controller.js @@ -172,7 +172,7 @@ App.ManageAlertNotificationsController = Em.Controller.extend({ * List of available SNMP versions * @type {Array} */ - SNMPVersions: ['SNMPv1', 'SNMPv2c', 'SNMPv3'], + SNMPVersions: ['SNMPv1', 'SNMPv2c'], /** * List of all Alert Notifications
