{# (C) 2021 - ntop.org Base template for datatables. #}
Loading...
{% if show_chart then %}
{% end %} {* datatable.columns_header *}
{% if show_tot_records then %}
{% end %}
{% if show_chart then %}
{% end %}
{% if show_acknowledge_all or show_delete_all then %} {% end %}
{% if notes then %} {* ui_utils.render_notes({ {content = notes} }) *} {% end %}
{# add modals if defined #} {% if datatable.modals then %}
{% for _, modal in pairs(datatable.modals) do %} {* modal *} {% end %}
{% end %}