From ef97013051832d0f2a148987102c120047adabe6 Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Mon, 21 Aug 2023 19:59:59 +0200 Subject: [PATCH] Update deviceDetails.php Fix function "reloadTab()" --- front/deviceDetails.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/deviceDetails.php b/front/deviceDetails.php index 1eadd3b5..fd32a86f 100755 --- a/front/deviceDetails.php +++ b/front/deviceDetails.php @@ -2234,7 +2234,7 @@ function reloadTab() loadPholus(); } - if(getCache("activeDevicesTab") == "tabDetails") + if(getCache("activeDevicesTab") == "tabNmap") { loadNmap(); }