mirror of https://github.com/Aidaho12/haproxy-wi
parent
e863daf738
commit
1c040f6a22
|
@ -42,7 +42,7 @@
|
|||
</a>
|
||||
</td>
|
||||
<td class="padding10">
|
||||
<a onclick="showOverview(ip, hostnamea)" title="Refresh" style="float: right; margin-right: 25px;">
|
||||
<a onclick="showOverview(ip, hostnamea)" title="Refresh" style="float: right;">
|
||||
<span class="service-reload"></span>
|
||||
</a>
|
||||
</td>
|
||||
|
@ -63,7 +63,7 @@
|
|||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
<a onclick="showOverviewHapWI()" title="Refresh" style="float: right; margin-right: 25px;">
|
||||
<a onclick="showOverviewHapWI()" title="Refresh" style="float: right; margin-right: 15px;">
|
||||
<span class="service-reload"></span>
|
||||
</a>
|
||||
</td>
|
||||
|
|
|
@ -55,6 +55,7 @@ function renderChart(data, labels, server) {
|
|||
]
|
||||
},
|
||||
options: {
|
||||
animation: false,
|
||||
maintainAspectRatio: false,
|
||||
title: {
|
||||
display: true,
|
||||
|
@ -69,7 +70,6 @@ function renderChart(data, labels, server) {
|
|||
}
|
||||
}],
|
||||
xAxes: [{
|
||||
offset: true,
|
||||
ticks: {
|
||||
major: {
|
||||
enabled: true,
|
||||
|
@ -78,8 +78,7 @@ function renderChart(data, labels, server) {
|
|||
source: 'data',
|
||||
autoSkip: true,
|
||||
autoSkipPadding:45,
|
||||
maxRotation: 0,
|
||||
sampleSize: 100
|
||||
maxRotation: 0
|
||||
}
|
||||
}]
|
||||
},
|
||||
|
@ -133,6 +132,7 @@ function renderWafChart(data, labels, server) {
|
|||
]
|
||||
},
|
||||
options: {
|
||||
animation: false,
|
||||
maintainAspectRatio: false,
|
||||
title: {
|
||||
display: true,
|
||||
|
@ -155,8 +155,7 @@ function renderWafChart(data, labels, server) {
|
|||
source: 'data',
|
||||
autoSkip: true,
|
||||
autoSkipPadding: 45,
|
||||
maxRotation: 0,
|
||||
sampleSize: 100
|
||||
maxRotation: 0
|
||||
}
|
||||
}]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue