diff --git a/includes/html/pages/device/routing/routes.inc.php b/includes/html/pages/device/routing/routes.inc.php
index 567c25cb6c8f..493adfc05dc3 100644
--- a/includes/html/pages/device/routing/routes.inc.php
+++ b/includes/html/pages/device/routing/routes.inc.php
@@ -1,4 +1,5 @@
- VRF |
+ VRF |
Proto |
- Destination |
+ Destination |
Mask |
- Next hop |
- Interface |
+ Next hop |
+ Interface |
Metric |
Type |
Proto |
- First seen |
- Last seen |
+ First seen |
+ Last seen |
@@ -46,15 +47,6 @@
showProtocols: list_showProtocols
};
},
- formatters: {
- "tooltip": function (column, row) {
- var value = row[column.id];
- if (value.includes('onmouseover=')) {
- return value;
- }
- return "" + value + "";
- },
- },
url: "ajax/table/routes"
});