From 67a599392605646861d9a7d4458bec9444323306 Mon Sep 17 00:00:00 2001 From: kevgliss Date: Tue, 8 Nov 2016 12:23:21 -0800 Subject: [PATCH] fixing type in ciphers (#479) --- lemur/static/app/angular/endpoints/view/view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemur/static/app/angular/endpoints/view/view.js b/lemur/static/app/angular/endpoints/view/view.js index 78c215a7..342210fb 100644 --- a/lemur/static/app/angular/endpoints/view/view.js +++ b/lemur/static/app/angular/endpoints/view/view.js @@ -37,7 +37,7 @@ angular.module('lemur') {'title': 'Protocol-SSLv3', 'id': 'Protocol-SSLv3'}, {'title': 'Protocol-TLSv1', 'id': 'Protocol-TLSv1'}, {'title': 'Protocol-TLSv1.1', 'id': 'Protocol-TLSv1.1'}, - {'title': 'Protocol-TLSv1.1', 'id': 'Protocol-TLSv1.2'}, + {'title': 'Protocol-TLSv1.2', 'id': 'Protocol-TLSv1.2'}, ]; $scope.momentService = MomentService;