diff options
Diffstat (limited to 'freeradius3-listpasswdfiles-html.lsp')
-rw-r--r-- | freeradius3-listpasswdfiles-html.lsp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/freeradius3-listpasswdfiles-html.lsp b/freeradius3-listpasswdfiles-html.lsp index d43af2b..de3e162 100644 --- a/freeradius3-listpasswdfiles-html.lsp +++ b/freeradius3-listpasswdfiles-html.lsp @@ -22,6 +22,7 @@ html = require("acf.html") </script> <% local header_level = htmlviewfunctions.displaysectionstart(cfe({label="Passwd Configuration"}), page_info) %> +<% htmlviewfunctions.displayinfo(view) %> <% if #view.value>0 then %> <table id="list" class="tablesorter"><thead> <tr> |