fixing type in ciphers (#479)
This commit is contained in:
parent
aa979e31fd
commit
67a5993926
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue