Pavel Loginov 2022-05-08 12:19:58 +03:00
parent 3a38b6d97b
commit 449820b49b
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,4 @@
{% from 'include/input_macros.html' import input, checkbox, copy_to_clipboard %}
{% if user_status == 0 or user_plan == 'user' %}
{% endif %}
{% if not adding %}
<table class="overview" id="ajax-servers">
<thead>
@ -189,6 +187,7 @@
or read HowTo in this <a href="https://roxy-wi.org/howto.py?howto=setup" title="How to setup servers, group and SSH credentials" target="_blank">article</a>
</div>
{% endif %}
{% if user_status == 0 or user_plan == 'user' %}
<script>
$( function() {
$('select:regex(id, slavefor)').selectmenu();
@ -200,3 +199,4 @@
{% endif %}
});
</script>
{% endif %}