Minor code changes
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
======================
|
||||
Version Description
|
||||
|
||||
1.0.76......Minor code changes.
|
||||
1.0.75......Update bastille config and prepare for RELEASE 12.2.
|
||||
1.0.74......Use sysrc to manage jail startup variables.
|
||||
1.0.73......Fix typo and minor changes.
|
||||
|
||||
@@ -341,7 +341,7 @@ $(document).ready(function(){
|
||||
</tr>
|
||||
<?php
|
||||
if(!initial_install_banner()):
|
||||
html_checkbox2('zfs_activate',gtext('ZFS support activation'),'' ? true : false,gtext('Check this to activate ZFS support or leave unchecked to dismiss, this is a one time option and this row will disappear after clicking Save button.'),'',false);
|
||||
html_checkbox2('zfs_activate',gtext('ZFS support activation'),'' ? true : false,gtext('Check this to activate ZFS support or leave unchecked to dismiss (requires ZFS support to be available), this is a one time option and this row will disappear after clicking Save button.'),'',false);
|
||||
endif;
|
||||
?>
|
||||
<?php html_filechooser("backup_path", gtext("Backup directory"), $backup_path, gtext("Directory to store containers backup archives, use as file chooser for restoring from file."), $backup_path, true, 60);?>
|
||||
|
||||
Reference in New Issue
Block a user