Add a skip link to the initial help banner

This commit is contained in:
Jose
2020-05-13 00:01:30 -04:00
parent 32982b8278
commit 51219962f3
3 changed files with 6 additions and 1 deletions

View File

@@ -80,6 +80,10 @@ if(!initial_install_banner()):
. ' '
. '<a href="' . 'bastille_manager_config.php' . '">'
. gtext('Please check and configure ZFS support option first.')
. '</a>'
. '</br>'
. '<a href="' . 'bastille_manager_maintenance.php' . '">'
. gtext('To skip this step, click this link and then push Save.')
. '</a>';
$prerequisites_ok = false;
endif;