Update deviceDetails.php

Updated "Nmap_Scans" section so that it is only visible if the device does not have a mac (mac="Internet")
This commit is contained in:
Carlos V
2023-08-19 13:28:28 +02:00
committed by GitHub
parent fcde1a275e
commit 5e884dc675

View File

@@ -700,7 +700,10 @@
<?php
}
?>
<?php
if ($_REQUEST['mac'] != 'Internet') {
?>
<h4 class=""><i class="fa-solid fa-ethernet"></i> <?= lang('DevDetail_Nmap_Scans');?></h4>
<div style="width:100%; text-align: center;">
<script>
@@ -771,7 +774,9 @@
</table>
</div>
<?php
}
?>