summaryrefslogtreecommitdiffstats
path: root/opennhrp-config-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'opennhrp-config-html.lsp')
-rw-r--r--opennhrp-config-html.lsp3
1 files changed, 2 insertions, 1 deletions
diff --git a/opennhrp-config-html.lsp b/opennhrp-config-html.lsp
index d079d72..509236d 100644
--- a/opennhrp-config-html.lsp
+++ b/opennhrp-config-html.lsp
@@ -16,7 +16,8 @@ end ?>
<H1>Config</H1>
<?
form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
- displayform(form)
+ local order = {"outgoinginterface", "peers", "publishedinterfaces"}
+ displayform(form, order)
?>
<? if viewlibrary and viewlibrary.dispatch_component then