mirror of https://github.com/Aidaho12/haproxy-wi
parent
aae061bc68
commit
96b6df0b0e
|
@ -1,5 +1,5 @@
|
|||
{% from 'include/input_macros.html' import input, select %}
|
||||
{% if user_status == 0 or user_plan == 'user' %}
|
||||
{% if user_status == 0 %}
|
||||
{% include 'include/no_sub.html' %}
|
||||
{% else %}
|
||||
{% for s in services %}
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
padding-top: 5px !important;
|
||||
}
|
||||
</style>
|
||||
{% if user_status == 0 or user_plan == 'user' %}
|
||||
{% if user_status == 0 %}
|
||||
{% include 'include/no_sub.html' %}
|
||||
{% else %}
|
||||
{% if history %}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<script src="/inc/users.js"></script>
|
||||
<script src="/inc/fontawesome.min.js"></script>
|
||||
<script src="/inc/jquery.timeago.js" type="text/javascript"></script>
|
||||
{% if user_status == 0 or user_plan == 'user' %}
|
||||
{% if user_status == 0 %}
|
||||
{% include 'include/no_sub.html' %}
|
||||
{% elif smon_error != '' %}
|
||||
<div style="text-align: center;">
|
||||
|
|
Loading…
Reference in New Issue