From a1087647ef2ad2d44dbb3f1b5f52db5ed84b2e71 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Thu, 19 Dec 2024 00:57:49 -0600 Subject: [PATCH] Fix routes display remove bad table formatter --- .../html/pages/device/routing/routes.inc.php | 22 ++++++------------- 1 file changed, 7 insertions(+), 15 deletions(-) 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" });