mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 13:57:11 -04:00
Remove Successful column from history table (red icon shows same)
This commit is contained in:
parent
8459205a5e
commit
bfbde1e310
2 changed files with 0 additions and 17 deletions
|
@ -265,17 +265,6 @@ class HistoryRow extends Component {
|
|||
);
|
||||
}
|
||||
|
||||
if (name === 'successful') {
|
||||
return (
|
||||
<TableRowCell
|
||||
key={name}
|
||||
className={styles.indexer}
|
||||
>
|
||||
{data.successful}
|
||||
</TableRowCell>
|
||||
);
|
||||
}
|
||||
|
||||
if (name === 'source') {
|
||||
return (
|
||||
<TableRowCell
|
||||
|
|
|
@ -64,12 +64,6 @@ export const defaultState = {
|
|||
isSortable: true,
|
||||
isVisible: true
|
||||
},
|
||||
{
|
||||
name: 'successful',
|
||||
label: 'Successful',
|
||||
isSortable: false,
|
||||
isVisible: false
|
||||
},
|
||||
{
|
||||
name: 'source',
|
||||
label: 'Source',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue