Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/0e2c98827fbab112ce035c764a9746c4452d1e35 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Remove column labels from Interactive Search

pull/9102/head
Bogdan 2 years ago
parent 27f45b8fd6
commit 0e2c98827f

@ -33,7 +33,6 @@ const columns = [
},
{
name: 'rejections',
columnLabel: () => translate('Rejections'),
label: React.createElement(Icon, {
name: icons.DANGER,
title: () => translate('Rejections')
@ -93,7 +92,6 @@ const columns = [
},
{
name: 'customFormatScore',
columnLabel: () => translate('CustomFormatScore'),
label: React.createElement(Icon, {
name: icons.SCORE,
title: () => translate('CustomFormatScore')
@ -103,7 +101,6 @@ const columns = [
},
{
name: 'indexerFlags',
columnLabel: () => translate('IndexerFlags'),
label: React.createElement(Icon, {
name: icons.FLAG,
title: () => translate('IndexerFlags')

Loading…
Cancel
Save