diff --git a/html/js/librenms.js b/html/js/librenms.js
index d9fa48d084..2d4c32a4b4 100644
--- a/html/js/librenms.js
+++ b/html/js/librenms.js
@@ -290,3 +290,11 @@ function refresh_oxidized_node(device_hostname){
}
});
}
+
+$(document).ready(function () {
+ setInterval(function () {
+ $('.bootgrid-table').each(function() {
+ $(this).bootgrid('reload');
+ });
+ }, 300000);
+});
diff --git a/html/legacy_index.php b/html/legacy_index.php
index be4e3bb7a3..6e66699d6f 100644
--- a/html/legacy_index.php
+++ b/html/legacy_index.php
@@ -135,7 +135,7 @@ foreach ((array)$config['webui']['custom_css'] as $custom_css) {
}
?>
-
+
@endif
-
-
+
+