summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--freeradius3-listmacauthfiles-html.lsp1
-rw-r--r--freeradius3-listpasswdfiles-html.lsp1
2 files changed, 2 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>
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>