Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
cd8cafcb
Commit
cd8cafcb
authored
Nov 12, 2015
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
menu: tweak order (VPN before Services); rename "Network Time"
parent
c40fd364
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
Menu.xml
src/opnsense/mvc/app/models/OPNsense/Base/Menu/Menu.xml
+4
-4
services_ntpd.php
src/www/services_ntpd.php
+1
-1
services_ntpd_gps.php
src/www/services_ntpd_gps.php
+1
-1
services_ntpd_pps.php
src/www/services_ntpd_pps.php
+1
-1
status_ntpd.php
src/www/status_ntpd.php
+1
-1
No files found.
src/opnsense/mvc/app/models/OPNsense/Base/Menu/Menu.xml
View file @
cd8cafcb
...
...
@@ -190,7 +190,7 @@
</StatesTrackSource>
</Diagnostics>
</Firewall>
<Services
order=
"
4
"
cssClass=
"glyphicon glyphicon-cog"
>
<Services
order=
"
5
"
cssClass=
"glyphicon glyphicon-cog"
>
<DHCP
cssClass=
"fa fa-bullseye"
>
<Server
order=
"100"
url=
"/services_dhcp.php"
>
<Tab
url=
"/services_dhcp.php?if=*"
/>
...
...
@@ -240,7 +240,7 @@
</VirtualServer>
<VirtualServerStatus
VisibleName=
"Virtual Server Status"
url=
"/status_lb_vs.php"
/>
</LoadBalancer>
<NTP
VisibleName=
"Network Time
Protocol
"
cssClass=
"fa fa-clock-o"
>
<NTP
VisibleName=
"Network Time"
cssClass=
"fa fa-clock-o"
>
<General
url=
"/services_ntpd.php"
/>
<GPS
url=
"/services_ntpd_gps.php"
/>
<PPS
url=
"/services_ntpd_pps.php"
/>
...
...
@@ -270,7 +270,7 @@
<WoLEdit
url=
"/services_wol_edit.php*"
/>
</WoL>
</Services>
<VPN
order=
"
5
"
cssClass=
"glyphicon glyphicon-lock"
>
<VPN
order=
"
4
"
cssClass=
"glyphicon glyphicon-lock"
>
<IPsec
cssClass=
"fa fa-road"
>
<Tunnels
VisibleName=
"Tunnel Settings"
url=
"/vpn_ipsec.php"
>
<Phase1
url=
"/vpn_ipsec_phase1.php*"
/>
...
...
@@ -319,7 +319,7 @@
</Users>
</PPTP>
</VPN>
<Help
order=
"
8
"
cssClass=
"glyphicon glyphicon-question-sign"
>
<Help
order=
"
6
"
cssClass=
"glyphicon glyphicon-question-sign"
>
<AboutThisPage
VisibleName=
"About this Page"
url=
"/help.php"
IsExternal=
"Y"
/>
<DevelopersWiki
VisibleName=
"Developers Wiki"
url=
"https://wiki.opnsense.org/index.php/developers"
IsExternal=
"Y"
/>
...
...
src/www/services_ntpd.php
View file @
cd8cafcb
...
...
@@ -163,7 +163,7 @@ if (empty($pconfig['interface'])) {
}
$shortcut_section
=
'ntp'
;
$pgtitle
=
array
(
gettext
(
'Services'
),
gettext
(
'Network Time
Protocol
'
));
$pgtitle
=
array
(
gettext
(
'Services'
),
gettext
(
'Network Time'
));
include
(
"head.inc"
);
...
...
src/www/services_ntpd_gps.php
View file @
cd8cafcb
...
...
@@ -149,7 +149,7 @@ if ($_POST) {
}
$closehead
=
false
;
$pconfig
=
&
$config
[
'ntpd'
][
'gps'
];
$pgtitle
=
array
(
gettext
(
"Services"
),
gettext
(
"NTP GPS"
));
$pgtitle
=
array
(
gettext
(
'Services'
),
gettext
(
'Network Time'
),
gettext
(
'GPS'
));
$shortcut_section
=
"ntp"
;
include
(
"head.inc"
);
?>
...
...
src/www/services_ntpd_pps.php
View file @
cd8cafcb
...
...
@@ -89,7 +89,7 @@ if ($_POST) {
}
$pconfig
=
&
$config
[
'ntpd'
][
'pps'
];
$pgtitle
=
array
(
gettext
(
"Services"
),
gettext
(
"NTP PPS"
));
$pgtitle
=
array
(
gettext
(
'Services'
),
gettext
(
'Network Time'
),
gettext
(
'PPS'
));
$shortcut_section
=
"ntp"
;
include
(
"head.inc"
);
?>
...
...
src/www/status_ntpd.php
View file @
cd8cafcb
...
...
@@ -144,7 +144,7 @@ if (isset($config['ntpd']['gps']['type']) && ($config['ntpd']['gps']['type'] ==
}
}
$pgtitle
=
array
(
gettext
(
"Status"
),
gettext
(
"NTP"
));
$pgtitle
=
array
(
gettext
(
'Services'
),
gettext
(
'Network Time'
),
gettext
(
'Status'
));
$shortcut_section
=
"ntp"
;
include
(
"head.inc"
);
?>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment