Update Quay enterprise trial page

Signed-off-by: Will Gordon <wgordon@redhat.com>
This commit is contained in:
Will Gordon 2018-08-27 15:40:49 -04:00
parent f209c7e8ea
commit 7cfc7e2a70
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;
});
});