Minor code changes

This commit is contained in:
Jose
2021-01-04 16:37:16 -04:00
parent 5f611c1ec8
commit b3578d7c9a
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -3,6 +3,7 @@
====================== ======================
Version Description Version Description
1.0.76......Minor code changes.
1.0.75......Update bastille config and prepare for RELEASE 12.2. 1.0.75......Update bastille config and prepare for RELEASE 12.2.
1.0.74......Use sysrc to manage jail startup variables. 1.0.74......Use sysrc to manage jail startup variables.
1.0.73......Fix typo and minor changes. 1.0.73......Fix typo and minor changes.
+1 -1
View File
@@ -341,7 +341,7 @@ $(document).ready(function(){
</tr> </tr>
<?php <?php
if(!initial_install_banner()): 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; 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);?> <?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);?>
+1 -1
View File
@@ -1 +1 @@
1.0.75 1.0.76