mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Show interfaces with uppercase
This commit is contained in:
parent
2d0ef9579f
commit
e8a4a8f393
@ -77,7 +77,7 @@ include("head.inc");
|
||||
<?php $i = 0; foreach ($a_gateways as $gateway) { ?>
|
||||
<tr>
|
||||
<td class="listlr">
|
||||
<?=$gateway['name'];?>
|
||||
<?=strtoupper($gateway['name']);?>
|
||||
</td>
|
||||
<td class="listr" align="center" >
|
||||
<?=$gateway['gateway'];?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user