mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
wizard: adjustments and naming alignments for previous #1359
This commit is contained in:
parent
fc3fcf8a4e
commit
53bf702269
2
plist
2
plist
@ -920,7 +920,7 @@
|
||||
/usr/local/sbin/ppp-uptime.sh
|
||||
/usr/local/sbin/prefixes.php
|
||||
/usr/local/wizard/openvpn.xml
|
||||
/usr/local/wizard/setup.xml
|
||||
/usr/local/wizard/system.xml
|
||||
/usr/local/www/carp_status.php
|
||||
/usr/local/www/crash_reporter.php
|
||||
/usr/local/www/csrf.inc
|
||||
|
||||
@ -71,8 +71,8 @@
|
||||
</Tunables>
|
||||
</Settings>
|
||||
<LogFile order="150" VisibleName="Log File" url="/diag_logs.php" cssClass="fa fa-eye fa-fw"/>
|
||||
<Wizard order="140" url="/wizard.php?xml=setup" cssClass="fa fa-magic fa-fw">
|
||||
<Step url="/wizard.php?xml=setup*" visibility="hidden"/>
|
||||
<Wizard order="140" url="/wizard.php?xml=system" cssClass="fa fa-magic fa-fw">
|
||||
<Step url="/wizard.php?xml=system*" visibility="hidden"/>
|
||||
</Wizard>
|
||||
<Access order="10" cssClass="fa fa-users fa-fw">
|
||||
<Users order="10" url="/system_usermanager.php">
|
||||
|
||||
@ -449,12 +449,12 @@
|
||||
<pattern>interfaces_wireless.php*</pattern>
|
||||
</patterns>
|
||||
</page-interfaces-wireless>
|
||||
<page-wizard-general>
|
||||
<name>General Setup Wizard</name>
|
||||
<page-wizard-system>
|
||||
<name>System Setup Wizard</name>
|
||||
<patterns>
|
||||
<pattern>wizard.php?xml=general*</pattern>
|
||||
<pattern>wizard.php?xml=system*</pattern>
|
||||
</patterns>
|
||||
</page-wizard-general>
|
||||
</page-wizard-system>
|
||||
<page-wizard-openvpn>
|
||||
<name>OpenVPN Server Wizard</name>
|
||||
<patterns>
|
||||
|
||||
@ -631,7 +631,7 @@
|
||||
<title>Reload in progress</title>
|
||||
<description>
|
||||
A reload is now in progress. Please wait. <p>
|
||||
<meta http-equiv="refresh" content="5; url=wizard.php?xml=setup&stepid=8" >
|
||||
<meta http-equiv="refresh" content="5; url=wizard.php?xml=system&stepid=8" >
|
||||
<p>
|
||||
The wizard will redirect to the next step once the reload is completed.
|
||||
</description>
|
||||
@ -88,7 +88,7 @@ switch ($xml) {
|
||||
case 'openvpn':
|
||||
break;
|
||||
default:
|
||||
$xml = 'setup';
|
||||
$xml = 'system';
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user