Update deviceDetails.php

Added "Nmap" tab (Only shown in case the mac is not "Internet")
This commit is contained in:
Carlos V
2023-08-21 19:09:04 +02:00
committed by GitHub
parent 80a0b889c1
commit a57669a6e0

View File

@@ -104,7 +104,7 @@
<li> <a id="tabDetails" href="#panDetails" data-toggle="tab"> <?= lang('DevDetail_Tab_Details');?> </a></li>
if ($_REQUEST['mac'] != 'Internet') {
?>
<li> <a id="tabNmap" href="#panNmap" data-toggle="tab"> <?= lang('DevDetail_Tab_Nmap');?> </a></li>
<li> <a id="tabNmap" href="#panNmap" data-toggle="tab"> <?= lang('DevDetail_Tab_Nmap');?> </a></li>
<?php
}
?>