mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
Dashboards / interfaces_list - missing </td>, closes https://github.com/opnsense/core/pull/5302
This commit is contained in:
parent
fed83ecb5a
commit
2fc0287c2f
@ -159,6 +159,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||
<?php else: ?>
|
||||
<?= htmlspecialchars($ifinfo['status']) ?>
|
||||
<?php endif ?>
|
||||
</td>
|
||||
<td style="width:35%; word-break: break-word;">
|
||||
<?= empty($ifinfo['media']) ? htmlspecialchars($ifinfo['cell_mode']) : htmlspecialchars($ifinfo['media']) ?>
|
||||
</td>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user