diff options
Diffstat (limited to 'freeradius3-listmacauthfiles-html.lsp')
-rw-r--r-- | freeradius3-listmacauthfiles-html.lsp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/freeradius3-listmacauthfiles-html.lsp b/freeradius3-listmacauthfiles-html.lsp index 01b230f..b2e446d 100644 --- a/freeradius3-listmacauthfiles-html.lsp +++ b/freeradius3-listmacauthfiles-html.lsp @@ -24,6 +24,7 @@ html = require("acf.html") <% htmlviewfunctions.displaycommandresults({"editmacauthfile"}, session) %> <% local header_level = htmlviewfunctions.displaysectionstart(cfe({label="MAC Authentication Configuration"}), page_info) %> +<% htmlviewfunctions.displayinfo(view) %> <% if #view.value>0 then %> <table id="list" class="tablesorter"><thead> <tr> |