Merge pull request #3227 from wgordon17/update-enterprise-trial

Update Quay enterprise trial page
This commit is contained in:
Joseph Schorr 2018-08-28 13:17:52 -04:00 committed by GitHub
commit f2050bfbe7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 119 additions and 24 deletions

View file

@ -24,7 +24,7 @@ angular.module('quay').directive('plansDisplay', function () {
};
$scope.qeStartTrial = function() {
$('#tectonicManagerDialog').modal('show');
$('#redhatManagerDialog').modal('show');
};
$scope.buyNow = function(plan) {
@ -57,4 +57,4 @@ angular.module('quay').directive('plansDisplay', function () {
}
};
return directiveDefinitionObject;
});
});