Revision c2185286
Added by Scott Ullrich about 15 years ago
usr/local/www/installer.php | ||
---|---|---|
577 | 577 |
foreach($disks as $disk) |
578 | 578 |
$custom_txt .= "<option value='{$disk['disk']}'>{$disk['disk']} - {$disk['desc']}</option>\n"; |
579 | 579 |
$custom_txt .= "</select><p/>\n"; |
580 |
// XXX: Convert to rowhelper. Add Ajax callbacks to verify sizes, etc. |
|
580 | 581 |
// Prepare disk types |
581 | 582 |
$custom_txt .= "Filesystem type: <select name='fstype'>\n"; |
582 | 583 |
$custom_txt .= "<option value='UFS'>UFS</option>\n"; |
Also available in: Unified diff
Add XXX for rowhelper to allow multiple slices