Add Nat IP Field to Interfaces

This commit is contained in:
johnnyq
2025-02-13 16:34:27 -05:00
parent 2e9e49a203
commit 5ed5473b36
5 changed files with 9 additions and 0 deletions

View File

@@ -163,6 +163,8 @@ if ($link_row = mysqli_fetch_assoc($sql_link)) {
placeholder="Nat IP"
maxlength="200"
value="<?php echo $interface_nat_ip; ?>"
data-inputmask="'alias': 'ip'"
data-mask
>
</div>
</div>