From 7caf1f841a02155ee60c1d12a12eaebcaf94f675 Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Mon, 21 Aug 2023 19:32:45 +0200 Subject: [PATCH] Update deviceDetails.php Update target from "panTools" to "panNmap" for function loadNmap(); --- front/deviceDetails.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/deviceDetails.php b/front/deviceDetails.php index 47c1a766..2db22754 100755 --- a/front/deviceDetails.php +++ b/front/deviceDetails.php @@ -2067,7 +2067,7 @@ function initializeTabsNew () { { loadPholus(); } - if(target == "#panTools") + if(target == "#panNmap") { loadNmap(); }