Pavel Loginov 4 years ago
parent 3e3d885a37
commit c1ce207499

@ -12,7 +12,7 @@
Server
{% endif %}
</td>
{% if onclick != 'viewLogs()' and service != 'nginx' %}
{% if select_id != 'viewlogs' and service != 'nginx' %}
<td style="width: 5%;">WAF logs</td>
{% endif %}
<td>Number rows</td>
@ -43,7 +43,7 @@
{% include 'include/select.html' %}
{% endif %}
</td>
{% if select_id == 'viewlogs' and service != 'nginx' %}
{% if select_id != 'viewlogs' and service != 'nginx' %}
<td>
{{ checkbox('waf') }}
</td>

@ -70,6 +70,7 @@
You can read the description of all Run Time API <a href="https://haproxy-wi.org/description.py?description=runtimeapi#commands" title="Run Time API description" target="_blank">here</a>
</div>
</div>
{% if role <= 2 %}
<div id="maxconn">
<table class="overview">
<tr class="overviewHead">
@ -174,7 +175,7 @@
</select>
</td>
<td>
<button type="submit" name="Enter" value="Enter" id="enter">Enter</button>
<button type="submit" name="Enter" value="Enter" id="enter">Get table</button>
</td>
</form>
</tr>
@ -206,7 +207,7 @@
</select>
</td>
<td>
<button type="submit" name="Enter" value="Enter" id="enter">Enter</button>
<button type="submit" name="Enter" value="Enter" id="enter">Get list</button>
</td>
</form>
</tr>
@ -216,6 +217,7 @@
You can read how it works <a href="https://haproxy-wi.org/description.py?description=runtimeapi#ip" title="Change IP and Port" target="_blank">here</a>
</div>
</div>
{% endif %}
</div>
<script>
$( function() {

Loading…
Cancel
Save