Remove license code in Quay
No longer needed under Red Hat rules \o/ Fixes https://jira.coreos.com/browse/QUAY-883
This commit is contained in:
parent
041a7fcd36
commit
3586955669
23 changed files with 19 additions and 1471 deletions
|
@ -128,19 +128,6 @@ mixpanel.init("{{ mixpanel_key }}", { track_pageview : false, debug: {{ is_debug
|
|||
<div id="co-l-footer-wrapper">
|
||||
<nav class="navbar navbar-default header-bar co-m-navbar co-fx-box-shadow" role="navigation"></nav>
|
||||
|
||||
{% if not has_billing and license_expiring %}
|
||||
<div class="co-alert co-alert-warning" style="margin-bottom: 0px;">
|
||||
The Quay Enterprise license will expire shortly. Please contact your administrator to avoid
|
||||
service disruption.
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if license_insufficient %}
|
||||
<div class="co-alert co-alert-danger" style="margin-bottom: 0px;">
|
||||
The Quay Enterprise license has expired or is insufficient for this installation. Please contact your administrator.
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="quay-message-bar"></div>
|
||||
<div quay-require="['BILLING']">
|
||||
<div class="quay-service-status-bar"></div>
|
||||
|
|
Reference in a new issue