diff --git a/src/Jackett.Common/Content/custom.js b/src/Jackett.Common/Content/custom.js index f3ef19e67..5a893fb48 100644 --- a/src/Jackett.Common/Content/custom.js +++ b/src/Jackett.Common/Content/custom.js @@ -288,6 +288,12 @@ function displayConfiguredIndexersList(indexers) { "visible": true, "searchable": true, "orderable": true + }, + { + "targets": 2, + "visible": false, + "searchable": true, + "orderable": false } ] }); @@ -430,6 +436,13 @@ function displayUnconfiguredIndexersList() { "visible": true, "searchable": false, "orderable": false + }, + { + "name": "url", + "targets": 7, + "visible": false, + "searchable": true, + "orderable": false } ] }); diff --git a/src/Jackett.Common/Content/index.html b/src/Jackett.Common/Content/index.html index e0229f03c..c2f9fb13f 100644 --- a/src/Jackett.Common/Content/index.html +++ b/src/Jackett.Common/Content/index.html @@ -306,11 +306,12 @@ - +