Bug #14074 » 94.diff
| 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>
|
||
- « Previous
- 1
- 2
- 3
- 4
- Next »