mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Show interface in uppercase
This commit is contained in:
parent
adc79e41bb
commit
2655814b3c
@ -130,7 +130,7 @@ effect.");?><br>
|
||||
<tr>
|
||||
<td class="listlr" ondblclick="document.location='system_gateways_edit.php?id=<?=$i;?>';">
|
||||
<?php
|
||||
echo $gateway['name'];
|
||||
echo strtoupper($gateway['name']);
|
||||
if(isset($gateway['defaultgw'])) {
|
||||
echo " <strong>(default)<strong>";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user