summaryrefslogtreecommitdiffstats
path: root/bgp-details-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'bgp-details-html.lsp')
-rw-r--r--bgp-details-html.lsp7
1 files changed, 4 insertions, 3 deletions
diff --git a/bgp-details-html.lsp b/bgp-details-html.lsp
index 890c98c..ca70a7a 100644
--- a/bgp-details-html.lsp
+++ b/bgp-details-html.lsp
@@ -1,9 +1,10 @@
-<% local data = ...
+<% local data, viewlibrary, page_info, session = ...
html = require("acf.html")
+htmlviewfunctions = require("htmlviewfunctions")
%>
-<h2>BGP routes</h2>
+<% local header_level = htmlviewfunctions.displaysectionstart(data.value.showipbgp, page_info) %>
<pre>
<%= html.html_escape(tostring(data.value.showipbgp.value)) %>
</pre>
-
+<% htmlviewfunctions.displaysectionend(header_level) %>