Skip to content

Commit eeb71ef

Browse files
committed
Allow showing 10 years of incidents. Closes #248
1 parent a47e2be commit eeb71ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Filament/Pages/Settings/ManageCachet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function form(Form $form): Form
5252
->numeric()
5353
->label(__('cachet::settings.manage_cachet.incident_days_label'))
5454
->minValue(1)
55-
->maxValue(365)
55+
->maxValue(3650)
5656
->step(1),
5757

5858
Forms\Components\TextInput::make('major_outage_threshold')

0 commit comments

Comments
 (0)