File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 7171 < div class ="clearfix l-unit__stat-col--left super-compact ">
7272 < input id ="check<?php echo $i ?> " class ="ch-toggle " type ="checkbox " name ="ip[] " value ="<?=$key?> ">
7373 </ div >
74- < div class ="clearfix l-unit__stat-col--left wide-3 "> < b > < a href ="/edit/ip/?ip=<?=$key?>&token=<?=$_SESSION['token']?> " title ="<?=__('Editing IP Address')?> "> < ?=$key?> </ a > </ b > </ div >
74+ < div class ="clearfix l-unit__stat-col--left wide-3 "> < b > < a href ="/edit/ip/?ip=<?=$key?>&token=<?=$_SESSION['token']?> " title ="<?=__('Editing IP Address')?> "> < ?=$key?> < ?php if (!empty($data[$key]['NAT'])) echo ' → ' . $data[$key]['NAT'] . ''; ?> </ a > </ b >
75+ </ div >
7576 <!-- START QUICK ACTION TOOLBAR AREA -->
7677 < div class ="clearfix l-unit__stat-col--left compact text-right ">
7778 < div class ="l-unit-toolbar__col l-unit-toolbar__col--right noselect ">
You can’t perform that action at this time.
0 commit comments