Project

General

Profile

Bug #14074 » 94.diff

Christopher Cope, 03/18/2023 01:56 PM

View differences:

src/usr/local/www/system_be.php
</tr>
</thead>
<tbody>
<?php foreach (be_bootenv_list() as $be_name => $props): ?>
<?php foreach (be_bootenv_list() as $props): $be_name = $props['name']; ?>
<tr id="<?=htmlspecialchars($be_name)?>" style="cursor:default;">
<td><?=$props['status_icon']?></td>
<td><?=htmlspecialchars($be_name)?></td>
(4-4/4)