Merge pull request #3227 from wgordon17/update-enterprise-trial
Update Quay enterprise trial page
This commit is contained in:
commit
f2050bfbe7
3 changed files with 119 additions and 24 deletions
|
@ -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;
|
||||
});
|
||||
});
|
||||
|
|
Reference in a new issue