Skip to content

Commit 013f041

Browse files
jbrooksukclaude
andcommitted
Default demo metric view to today
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c2a8661 commit 013f041

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

database/seeders/DatabaseSeeder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public function run(): void
122122
'name' => 'Cachet API Requests',
123123
'suffix' => 'req/s',
124124
'description' => 'The number of requests to the Cachet API.',
125-
'default_view' => MetricViewEnum::last_hour,
125+
'default_view' => MetricViewEnum::today,
126126
'calc_type' => MetricTypeEnum::average,
127127
'display_chart' => true,
128128
'places' => 2,

0 commit comments

Comments
 (0)