San alt name (#468)

This commit is contained in:
kevgliss
2016-10-31 11:00:15 -07:00
committed by GitHub
parent f990f92977
commit 1ac1a44e83
16 changed files with 123 additions and 11 deletions

View File

@ -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)) {