forked from wallabag/wallabag
Added http_status in Entry entity
This commit is contained in:
@ -90,6 +90,9 @@ class EntryFilterType extends AbstractType
|
||||
},
|
||||
'label' => 'entry.filters.domain_label',
|
||||
])
|
||||
->add('httpStatus', TextFilterType::class, [
|
||||
'label' => 'entry.filters.http_status_label',
|
||||
])
|
||||
->add('isArchived', CheckboxFilterType::class, [
|
||||
'label' => 'entry.filters.archived_label',
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user