Bug #14074 » 94.diff
src/usr/local/www/system_be.php | ||
---|---|---|
76 | 76 |
</tr> |
77 | 77 |
</thead> |
78 | 78 |
<tbody> |
79 |
<?php foreach (be_bootenv_list() as $be_name => $props): ?>
|
|
79 |
<?php foreach (be_bootenv_list() as $props): $be_name = $props['name']; ?>
|
|
80 | 80 |
<tr id="<?=htmlspecialchars($be_name)?>" style="cursor:default;"> |
81 | 81 |
<td><?=$props['status_icon']?></td> |
82 | 82 |
<td><?=htmlspecialchars($be_name)?></td> |
- « Previous
- 1
- 2
- 3
- 4
- Next »