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

@ -99,7 +99,7 @@ angular.module('lemur')
$scope.authorities = authorities;
});
};
$scope.dateOptions = {
formatYear: 'yy',
maxDate: new Date(2020, 5, 22),

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

View File

@ -47,7 +47,7 @@ angular.module('lemur')
});
});
});
$scope.save = function (destination) {
DestinationService.update(destination).then(
function () {

View File

@ -47,7 +47,7 @@ angular.module('lemur')
});
});
});
PluginService.getByType('source').then(function (plugins) {
$scope.plugins = plugins;
_.each($scope.plugins, function (plugin) {