%page args="module"/>
<%! import splunk.util %>
<%
enableRowNumbers = splunk.util.normalizeBoolean(module.get('displayRowNumbers', False))
# overwrite the deprecated param with the new standard param if it's present.
if ("default" in module["params"]) :
enableRowNumbers = splunk.util.normalizeBoolean(module.get('default', False))
%>