Show log analyze dialog if timespan width more than zero
This commit is contained in:
parent
56108fece2
commit
1647fa3009
@ -1275,7 +1275,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