Add a warning bar when the license will become invalid in a week
This commit is contained in:
parent
9aac68fbeb
commit
74c3346562
3 changed files with 26 additions and 3 deletions
|
@ -240,6 +240,13 @@ mixpanel.init("{{ mixpanel_key }}", { track_pageview : false, debug: {{ is_debug
|
|||
|
||||
<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.
|
||||
|
|
Reference in a new issue