Make sure to copy over the repository url

This commit is contained in:
Joseph Schorr 2015-05-03 17:45:50 -07:00
parent cd6a74a489
commit 2a321ed920

View file

@ -117,6 +117,7 @@ angular.module('quay').directive('setupTriggerDialog', function () {
$scope.trigger['is_active'] = true;
$scope.trigger['config'] = resp['config'];
$scope.trigger['pull_robot'] = resp['pull_robot'];
$scope.trigger['repository_url'] = resp['repository_url'];
$scope.activated({'trigger': $scope.trigger});
$scope.currentView = 'postActivation';
}, errorHandler);