From 0142af37d1e9d818013f47ed1ef45f2ed3b9238b Mon Sep 17 00:00:00 2001 From: ViacheslavKlimov Date: Wed, 19 Jun 2024 12:36:09 +0300 Subject: [PATCH] Fix MD5 SNMP authentication protocol --- ui-ngx/src/app/shared/models/device.models.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-ngx/src/app/shared/models/device.models.ts b/ui-ngx/src/app/shared/models/device.models.ts index b38833bbaa7..94d1bc0add5 100644 --- a/ui-ngx/src/app/shared/models/device.models.ts +++ b/ui-ngx/src/app/shared/models/device.models.ts @@ -655,7 +655,7 @@ export enum SnmpAuthenticationProtocol { SHA_256 = 'SHA_256', SHA_384 = 'SHA_384', SHA_512 = 'SHA_512', - MD5 = 'MD%' + MD5 = 'MD5' } export const SnmpAuthenticationProtocolTranslationMap = new Map([