mirror of https://github.com/Aidaho12/haproxy-wi
parent
f0185cdb46
commit
808b977f18
|
@ -18,27 +18,13 @@
|
||||||
<table class="overview hover order-column display compact" id="sessions_table">
|
<table class="overview hover order-column display compact" id="sessions_table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="overviewHead">
|
<tr class="overviewHead">
|
||||||
<th class="padding10" style="padding-left: 15px;">
|
<th class="padding10" style="padding-left: 15px;">Protocol</th>
|
||||||
Protocol
|
<th>Source</th>
|
||||||
</th>
|
<th>Frontend</th>
|
||||||
<th>
|
<th>Backend</th>
|
||||||
Source
|
<th>Age</th>
|
||||||
</th>
|
<th>Rate</th>
|
||||||
<th>
|
<th>Expire</th>
|
||||||
Frontend
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
Backend
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
Age
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
Rate
|
|
||||||
</th>
|
|
||||||
<th>
|
|
||||||
Expire
|
|
||||||
</th>
|
|
||||||
<th></th>
|
<th></th>
|
||||||
<th></th>
|
<th></th>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -67,7 +53,9 @@
|
||||||
{{session.9.split('=')[1]}}
|
{{session.9.split('=')[1]}}
|
||||||
</td>
|
</td>
|
||||||
<td style="width: 70%">
|
<td style="width: 70%">
|
||||||
|
{% if session.16 %}
|
||||||
{{session.16.split('=')[1]}}
|
{{session.16.split('=')[1]}}
|
||||||
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a class="info" title="Get more info about this session" style="cursor: pointer;" onclick="getSessionInfo('{{s.strip().split(':')[0]}}')"></a>
|
<a class="info" title="Get more info about this session" style="cursor: pointer;" onclick="getSessionInfo('{{s.strip().split(':')[0]}}')"></a>
|
||||||
|
|
Loading…
Reference in New Issue