Update deviceDetails.php

Replace id="tabNmap" --> id="tabTools"
Replace href="#panNmap" --> href="#panTools"
This commit is contained in:
Carlos V
2023-08-19 07:27:22 +02:00
committed by GitHub
parent 9e58c8c572
commit b85c308e78
+3 -3
View File
@@ -532,7 +532,7 @@
<!-- tab page 5 ------------------------------------------------------------ --> <!-- tab page 5 ------------------------------------------------------------ -->
<div class="tab-pane fade" id="panNmap"> <div class="tab-pane fade" id="panTools">
<?php <?php
if ($_REQUEST['mac'] == 'Internet') { if ($_REQUEST['mac'] == 'Internet') {
@@ -1896,7 +1896,7 @@ function initializeTabsNew () {
{ {
loadPholus(); loadPholus();
} }
if(target == "#panNmap") if(target == "#panTools")
{ {
loadNmap(); loadNmap();
} }
@@ -2062,7 +2062,7 @@ function reloadTab()
loadPholus(); loadPholus();
} }
if(getCache("activeDevicesTab") == "tabNmap") if(getCache("activeDevicesTab") == "tabDetails")
{ {
loadNmap(); loadNmap();
} }