Project

General

Profile

« Previous | Next » 

Revision ce338162

Added by Jim Pingle over 14 years ago

Show the product_name as the slice "name" for rebrands. Cosmetic only.

View differences:

usr/local/www/widgets/widgets/system_information.widget.php
120 120
		<tr>
121 121
			<td width="25%" class="vncellt">NanoBSD Boot Slice</td>
122 122
			<td width="75%" class="listr">
123
				<?=htmlspecialchars($BOOT_DEVICE);?> / <?=htmlspecialchars($BOOTFLASH);?>
123
				<?=htmlspecialchars(nanobsd_friendly_slice_name($BOOT_DEVICE));?> / <?=htmlspecialchars($BOOTFLASH);?>
124 124
				<?php if ($BOOTFLASH != $ACTIVE_SLICE): ?>
125 125
				<br/><br/>Next Boot:<br/>
126
				<?=htmlspecialchars($GLABEL_SLICE);?> / <?=htmlspecialchars($ACTIVE_SLICE);?>
126
				<?=htmlspecialchars(nanobsd_friendly_slice_name($GLABEL_SLICE));?> / <?=htmlspecialchars($ACTIVE_SLICE);?>
127 127
				<?php endif; ?>
128 128
			</td>
129 129
		</tr>

Also available in: Unified diff