mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Rename datatable params
This commit is contained in:
parent
a8cb311da7
commit
f8cffb96a9
2 changed files with 5 additions and 5 deletions
|
|
@ -57,7 +57,7 @@
|
|||
|
||||
<table id='{{ datatable.name }}' class='table table-striped table-bordered w-100'>
|
||||
<thead>
|
||||
{* datatable.table *}
|
||||
{* datatable.columns_header *}
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
|
|
@ -400,8 +400,8 @@
|
|||
function loadColumns() {
|
||||
|
||||
let columns = [];
|
||||
{% if datatable.js_columns then %}
|
||||
columns = {* datatable.js_columns *};
|
||||
{% if datatable.columns_js then %}
|
||||
columns = {* datatable.columns_js *};
|
||||
{% end %}
|
||||
|
||||
/* Actions Column */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue