aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Form/Type/EntryFilterType.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Form/Type/EntryFilterType.php')
-rw-r--r--src/Wallabag/CoreBundle/Form/Type/EntryFilterType.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Form/Type/EntryFilterType.php b/src/Wallabag/CoreBundle/Form/Type/EntryFilterType.php
index 3c597b5d..38321d17 100644
--- a/src/Wallabag/CoreBundle/Form/Type/EntryFilterType.php
+++ b/src/Wallabag/CoreBundle/Form/Type/EntryFilterType.php
@@ -90,6 +90,9 @@ class EntryFilterType extends AbstractType
90 }, 90 },
91 'label' => 'entry.filters.domain_label', 91 'label' => 'entry.filters.domain_label',
92 ]) 92 ])
93 ->add('httpStatus', TextFilterType::class, [
94 'label' => 'entry.filters.http_status_label',
95 ])
93 ->add('isArchived', CheckboxFilterType::class, [ 96 ->add('isArchived', CheckboxFilterType::class, [
94 'label' => 'entry.filters.archived_label', 97 'label' => 'entry.filters.archived_label',
95 ]) 98 ])