mirror of https://github.com/Aidaho12/haproxy-wi
v3.5
parent
c64da87c8d
commit
7ccae0242e
|
@ -50,6 +50,7 @@ template = template.render(h2 = 1,
|
||||||
checker_worker = ''.join(checker_worker),
|
checker_worker = ''.join(checker_worker),
|
||||||
keep_alive = ''.join(keep_alive),
|
keep_alive = ''.join(keep_alive),
|
||||||
server_status = server_status_row,
|
server_status = server_status_row,
|
||||||
|
date = funct.get_data('logs'),
|
||||||
error = stderr,
|
error = stderr,
|
||||||
versions = funct.versions(),
|
versions = funct.versions(),
|
||||||
token = token)
|
token = token)
|
||||||
|
|
|
@ -45,7 +45,11 @@
|
||||||
</table>
|
</table>
|
||||||
<table class="overview-wi" style="height: 170;">
|
<table class="overview-wi" style="height: 170;">
|
||||||
<tr class="overviewHead">
|
<tr class="overviewHead">
|
||||||
<td class="padding10 first-collumn-wi">HAProxy-WI server status</td>
|
<td class="padding10 first-collumn-wi">
|
||||||
|
<a href="/app/viewlogs.py?viewlogs=haproxy-wi-{{date}}.log&rows=10&grep=&hour=00&minut=00&hour1=24&minut1=00" title="View HAProxy-WI logs" class="logs_link">
|
||||||
|
HAProxy-WI server status
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:90%">
|
<td style="width:90%">
|
||||||
|
|
Loading…
Reference in New Issue