Project

General

Profile

Bug #14074 » 94.diff

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

View differences:

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>
(4-4/4)