Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 262a8d590 -> b0f46e7f0


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/b0f46e7f
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b0f46e7f
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b0f46e7f

Branch: refs/heads/branch-2.1
Commit: b0f46e7f024a44d31617dd17195f3e9f947b17d6
Parents: 262a8d5
Author: Richard Zang <[email protected]>
Authored: Thu Nov 12 14:04:33 2015 -0800
Committer: Richard Zang <[email protected]>
Committed: Thu Nov 12 14:18:25 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/b0f46e7f/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

Reply via email to