Pavel Loginov 2021-02-28 13:18:17 +06:00
parent e863daf738
commit 1c040f6a22
2 changed files with 6 additions and 7 deletions

View File

@ -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>

View File

@ -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
}
}]
},