Update Quay enterprise trial page
Signed-off-by: Will Gordon <wgordon@redhat.com>
This commit is contained in:
parent
f209c7e8ea
commit
7cfc7e2a70
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