Skip to content

Commit

Permalink
Allow showing 10 years of incidents. Closes #248
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Feb 21, 2025
1 parent a47e2be commit eeb71ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Filament/Pages/Settings/ManageCachet.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function form(Form $form): Form
->numeric()
->label(__('cachet::settings.manage_cachet.incident_days_label'))
->minValue(1)
->maxValue(365)
->maxValue(3650)
->step(1),

Forms\Components\TextInput::make('major_outage_threshold')
Expand Down

0 comments on commit eeb71ef

Please sign in to comment.