All alldebrid premium check
This commit is contained in:
@@ -11,7 +11,7 @@ body {
|
||||
header {
|
||||
color: #00ff41;
|
||||
text-shadow: 0 0 10px #00ff41;
|
||||
margin-bottom: 50px;
|
||||
margin-bottom: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -38,6 +38,11 @@ td {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.second-header {
|
||||
font-weight: bold;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
#results-table td:nth-child(2),
|
||||
#results-table td:nth-child(3),
|
||||
#results-table td:nth-child(4),
|
||||
|
||||
@@ -33,6 +33,18 @@
|
||||
{% endif %}
|
||||
</header>
|
||||
|
||||
{% if session.alldebrid_active is defined %}
|
||||
{% if session.alldebrid_active %}
|
||||
<div class="second-header">
|
||||
✅ Service fonctionnel
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="second-header">
|
||||
⚠️ Service en panne, je répare !
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
<main>
|
||||
{% block content %}{% endblock %}
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user