summaryrefslogtreecommitdiff
path: root/resources/views/lists/sources-table.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/lists/sources-table.phtml')
-rw-r--r--resources/views/lists/sources-table.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/lists/sources-table.phtml b/resources/views/lists/sources-table.phtml
index 874593eef7..0715a735ae 100644
--- a/resources/views/lists/sources-table.phtml
+++ b/resources/views/lists/sources-table.phtml
@@ -21,6 +21,7 @@ $count_notes = Database::prepare(
<table
class="table table-bordered table-sm wt-table-source datatables d-none"
+ <?= view('lists/datatables-attributes') ?>
data-columns="<?= e(json_encode([
null,
null,
@@ -30,7 +31,6 @@ $count_notes = Database::prepare(
['visible' => array_sum($count_notes) > 0],
['visible' => (bool) $tree->getPreference('SHOW_LAST_CHANGE'), 'searchable' => false],
])) ?>"
- data-state-save="true"
>
<caption class="sr-only">
<?= $caption ?? I18N::translate('Sources') ?>