Show log analyze dialog if timespan width more than zero
This commit is contained in:
parent
0e23451efa
commit
b30b26f832
@ -1326,7 +1326,7 @@ AJAX.registerOnload('server_status_monitor.js', function () {
|
||||
|
||||
selectionTimeDiff.push(datapos.xaxis);
|
||||
|
||||
if (selectionTimeDiff[1] < selectionTimeDiff[0]) {
|
||||
if (selectionTimeDiff[1] <= selectionTimeDiff[0]) {
|
||||
selectionTimeDiff = [];
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user