San alt name (#468)
This commit is contained in:
@ -99,7 +99,7 @@ angular.module('lemur')
|
||||
$scope.authorities = authorities;
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
$scope.dateOptions = {
|
||||
formatYear: 'yy',
|
||||
maxDate: new Date(2020, 5, 22),
|
||||
|
@ -28,7 +28,7 @@ angular.module('lemur')
|
||||
}
|
||||
|
||||
if (!angular.isString(this.subAltType)) {
|
||||
this.subAltType = 'CNAME';
|
||||
this.subAltType = 'DNSName';
|
||||
}
|
||||
|
||||
if (angular.isString(this.subAltValue) && angular.isString(this.subAltType)) {
|
||||
|
Reference in New Issue
Block a user