Skip to content

Commit

Permalink
Merge pull request #161 from liberu-control-panel/sweep/Add-view-page…
Browse files Browse the repository at this point in the history
…-for-Monitoring-resource

Add view page for Monitoring resource
  • Loading branch information
curtisdelicata committed Sep 14, 2024
2 parents c2696b5 + 448eb7e commit 0206526
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Filament/Admin/Resources/MonitoringResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public static function getPages(): array
'index' => Pages\ListMonitoring::route('/'),
'create' => Pages\CreateMonitoring::route('/create'),
'edit' => Pages\EditMonitoring::route('/{record}/edit'),
'view' => Pages\ViewMonitoring::route('/{record}'),
];
}
}

0 comments on commit 0206526

Please sign in to comment.