Browse Source

AMBARI-13866. SNMPv3 option for SNMP Alert Notification needs to be removed (rzang)

Richard Zang 9 years ago
parent
commit
1bf80a6df7

+ 1 - 1
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