mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixed realtime graph http get spam (#11616)
This commit is contained in:
@@ -342,6 +342,7 @@ function handle_error(type) {
|
|||||||
if (real_interval !== 0) {
|
if (real_interval !== 0) {
|
||||||
SVGDoc.getElementById('cacheinterval').firstChild.data = Math.round(real_interval);
|
SVGDoc.getElementById('cacheinterval').firstChild.data = Math.round(real_interval);
|
||||||
}
|
}
|
||||||
|
return;
|
||||||
} else {
|
} else {
|
||||||
SVGDoc.getElementById("error").setAttributeNS(null, 'visibility', 'visible');
|
SVGDoc.getElementById("error").setAttributeNS(null, 'visibility', 'visible');
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user