summaryrefslogtreecommitdiff
path: root/resources/views/lists/repositories-table.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/lists/repositories-table.phtml')
-rw-r--r--resources/views/lists/repositories-table.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/lists/repositories-table.phtml b/resources/views/lists/repositories-table.phtml
index 4021c24d5c..d721378911 100644
--- a/resources/views/lists/repositories-table.phtml
+++ b/resources/views/lists/repositories-table.phtml
@@ -12,12 +12,12 @@ $count_sources = 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,
['visible' => array_sum($count_sources) > 0],
['visible' => (bool) $tree->getPreference('SHOW_LAST_CHANGE'), 'searchable' => false],
])) ?>"
- data-state-save="true"
>
<caption class="sr-only">
<?= $caption ?? I18N::translate('Repositories') ?>