diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-04-27 23:22:08 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-04-27 23:22:08 -0400 |
commit | 15c554b49a450b1b14fde6676cb619c909895c14 (patch) | |
tree | 4b4a7f865f4d7d8fbe077b1436d3388f9608c3e2 | |
parent | ce69dbfb3967b3704253ad3719cba30c26f59e59 (diff) | |
download | pfsense-packages-15c554b49a450b1b14fde6676cb619c909895c14.tar.gz pfsense-packages-15c554b49a450b1b14fde6676cb619c909895c14.tar.bz2 pfsense-packages-15c554b49a450b1b14fde6676cb619c909895c14.zip |
Maintain tab order
-rw-r--r-- | config/varnish64/varnish_sync.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/varnish64/varnish_sync.xml b/config/varnish64/varnish_sync.xml index b2408df9..708d2a3e 100644 --- a/config/varnish64/varnish_sync.xml +++ b/config/varnish64/varnish_sync.xml @@ -68,13 +68,13 @@ <active/> </tab> <tab> - <text>VarnishSTAT</text> - <url>/varnishstat.php</url> - </tab> - <tab> <text>View Configuration</text> <url>/varnish_view_config.php</url> </tab> + <tab> + <text>VarnishSTAT</text> + <url>/varnishstat.php</url> + </tab> </tabs> <configpath>installedpackages->package->varnish</configpath> <fields> |