diff options
author | Ted Trask <ttrask01@yahoo.com> | 2014-09-16 00:51:46 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2014-09-16 00:51:46 +0000 |
commit | c91120a07c16044b1073b124646cb812d13e658e (patch) | |
tree | e8a1364187af561e4e0bf33c61196668c31005fe /freeradius3-listmacauthfiles-html.lsp | |
parent | db375e2520b7a79b74e8f6415f055a76e81005d7 (diff) | |
download | acf-freeradius3-c91120a07c16044b1073b124646cb812d13e658e.tar.bz2 acf-freeradius3-c91120a07c16044b1073b124646cb812d13e658e.tar.xz |
Implement editmacauthfile action
Diffstat (limited to 'freeradius3-listmacauthfiles-html.lsp')
-rw-r--r-- | freeradius3-listmacauthfiles-html.lsp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/freeradius3-listmacauthfiles-html.lsp b/freeradius3-listmacauthfiles-html.lsp index a70a207..fcb1363 100644 --- a/freeradius3-listmacauthfiles-html.lsp +++ b/freeradius3-listmacauthfiles-html.lsp @@ -35,6 +35,8 @@ end }); </script> +<% htmlviewfunctions.displaycommandresults({"editmacauthfile"}, session) %> + <% local header_level = htmlviewfunctions.displaysectionstart(cfe({label="MAC Authentication Configuration"}), page_info) %> <table id="list" class="tablesorter"><thead> <tr> |