parent
d6abf17b4d
commit
1ffee6484d
62 changed files with 129 additions and 129 deletions
|
@ -7,4 +7,4 @@
|
|||
<button class="btn btn-success" ng-if="!isEnabled" ng-click="setEnabled(true)">Enable Experiment</button>
|
||||
<button class="btn btn-failure" ng-if="isEnabled" ng-click="setEnabled(false)">Disable Experiment</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<!-- Tabs -->
|
||||
<ul class="nav nav-tabs plan-tabs" role="tablist">
|
||||
<li role="presentation" class="active">
|
||||
<a href="javascript:void(0)" role="tab" data-toggle="tab" data-target="#hosted">
|
||||
<a role="tab" data-toggle="tab" data-target="#hosted">
|
||||
<div class="tab-logo">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
preserveAspectRatio="xMidYMin" viewBox="0 0 271.647 76.147" enable-background="new 0 0 271.647 76.147"
|
||||
|
@ -50,7 +50,7 @@
|
|||
</a>
|
||||
</li>
|
||||
<li role="presentation">
|
||||
<a href="javascript:void(0)" role="tab" data-toggle="tab" data-target="#enterprise" id="enterpriseTab">
|
||||
<a role="tab" data-toggle="tab" data-target="#enterprise" id="enterpriseTab">
|
||||
<div class="tab-logo">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
preserveAspectRatio="xMidYMin" viewBox="0 0 636.213 79.308" enable-background="new 0 0 636.213 79.308"
|
||||
|
@ -182,7 +182,7 @@
|
|||
<li>Unlimited public repos</li>
|
||||
</ul>
|
||||
<div class="plan-description">Great for individuals</div>
|
||||
<a href="javascript:void(0)" class="btn btn-primary trial-button" ng-click="buyNow('personal-30')">
|
||||
<a class="btn btn-primary trial-button" ng-click="buyNow('personal-30')">
|
||||
Start Free Trial
|
||||
<i class="fa fa-angle-double-right"></i>
|
||||
</a>
|
||||
|
@ -206,7 +206,7 @@
|
|||
<li>Team-based permissions</li>
|
||||
</ul>
|
||||
<div class="plan-description">Great for startups</div>
|
||||
<a href="javascript:void(0)" class="btn btn-primary trial-button" ng-click="buyNow('bus-micro-30')">
|
||||
<a class="btn btn-primary trial-button" ng-click="buyNow('bus-micro-30')">
|
||||
Start Free Trial
|
||||
<i class="fa fa-angle-double-right"></i>
|
||||
</a>
|
||||
|
@ -230,7 +230,7 @@
|
|||
<li>Team-based permissions</li>
|
||||
</ul>
|
||||
<div class="plan-description">Great for small businesses</div>
|
||||
<a href="javascript:void(0)" class="btn btn-primary trial-button" ng-click="buyNow('bus-small-30')">
|
||||
<a class="btn btn-primary trial-button" ng-click="buyNow('bus-small-30')">
|
||||
Start Free Trial
|
||||
<i class="fa fa-angle-double-right"></i>
|
||||
</a>
|
||||
|
@ -260,7 +260,7 @@
|
|||
<li>Team-based permissions</li>
|
||||
</ul>
|
||||
<div class="plan-description">Great for enterprises</div>
|
||||
<a href="javascript:void(0)" class="btn btn-primary trial-button" ng-click="buyNow(dropdownPlan)">
|
||||
<a class="btn btn-primary trial-button" ng-click="buyNow(dropdownPlan)">
|
||||
Start Free Trial
|
||||
<i class="fa fa-angle-double-right"></i>
|
||||
</a>
|
||||
|
@ -384,7 +384,7 @@
|
|||
</div>
|
||||
<div class="qe-plan-description">Single region deployment of Quay with unlimited users and repos.</div>
|
||||
<div class="qe-plan-description">Great for smaller companies that are getting started with containers.</div>
|
||||
<a href="javascript:void(0)" class="btn btn-primary trial-button" ng-click="qeStartTrial('quay-enterprise-basic-monthly')">
|
||||
<a class="btn btn-primary trial-button" ng-click="qeStartTrial('quay-enterprise-basic-monthly')">
|
||||
Start Free Trial
|
||||
<i class="fa fa-angle-double-right"></i>
|
||||
</a>
|
||||
|
@ -408,7 +408,7 @@
|
|||
</div>
|
||||
<div class="qe-plan-description">Dedicated build workers speed up the workflow for multiple distributed development teams.</div>
|
||||
<div class="qe-plan-description">Powerful tooling for continuous integration and deployment of container-based applications.</div>
|
||||
<a href="javascript:void(0)" class="btn btn-primary trial-button" ng-click="qeStartTrial('quay-enterprise-standard-monthly')">
|
||||
<a class="btn btn-primary trial-button" ng-click="qeStartTrial('quay-enterprise-standard-monthly')">
|
||||
Start Free Trial
|
||||
<i class="fa fa-angle-double-right"></i>
|
||||
</a>
|
||||
|
|
|
@ -249,7 +249,7 @@
|
|||
Installation Complete!
|
||||
</span>
|
||||
|
||||
<a href="javascript:void(0)" ng-click="showSuperuserPanel()" class="btn btn-primary">
|
||||
<a ng-click="showSuperuserPanel()" class="btn btn-primary">
|
||||
View Superuser Panel
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
<ul class="nav nav-tabs" role="tablist">
|
||||
<li role="presentation" ng-repeat="service in debugServices"
|
||||
ng-class="debugService == service ? 'active' : ''">
|
||||
<a href="javascript:void(0)" ng-click="viewSystemLogs(service)">{{ service }}</a>
|
||||
<a ng-click="viewSystemLogs(service)">{{ service }}</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
@ -7,4 +7,4 @@
|
|||
<div class="co-main-content-panel">
|
||||
<div class="angular-tour-ui" tour="tour" inline="true"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue