interfaces: make this shorter

This commit is contained in:
Franco Fichtner 2023-05-22 13:31:23 +02:00
parent 236a3a7e7f
commit eca82994c3

View File

@ -277,7 +277,7 @@ include("head.inc");
<?php endif ?>
<?php if (array_key_exists('prefixv6', $ifinfo)): ?>
<tr>
<td><?= gettext('IPv6 delegated prefix') ?></td>
<td><?= gettext('IPv6 prefix') ?></td>
<td><?= implode('<br />', $ifinfo['prefixv6']) ?></td>
</tr>
<?php endif ?>