You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: app/Filament/Pages/CustomDashboard.php
+3-3
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ protected function getActions(): array
23
23
Notification::make()
24
24
->success()
25
25
->title('Queue reset')
26
-
->body('The queue workers have been restarted and any pending jobs flushed. You may need to reset the status of your Playlist or EPG if it\'s stuck in a "Processing" state.')
26
+
->body('The queue workers have been restarted and any pending jobs flushed. You may need to manually sync any Playlists or EPGs that were in progress.')
27
27
->duration(10000)
28
28
->send();
29
29
})
@@ -32,8 +32,8 @@ protected function getActions(): array
32
32
->requiresConfirmation()
33
33
->icon('heroicon-o-exclamation-triangle')
34
34
->modalIcon('heroicon-o-exclamation-triangle')
35
-
->modalDescription('Resetting the queue will restart the queue workers and flush any pending jobs. You may need to reset the status of your Playlist or EPG if it\'s stuck in a "Processing" state.')
36
-
->modalSubmitActionLabel('Yes, reset now')
35
+
->modalDescription('Resetting the queue will restart the queue workers and flush any pending jobs. Any syncs or background processes will be stopped and removed. Only perform this action if you are having sync issues.')
0 commit comments