File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
storage/framework/defaults/views/dashboard/jobs Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -392,7 +392,16 @@ const handleRetry = async (job: Job) => {
392
392
<div class =" my-8 px-4 lg:px-8 sm:px-6" >
393
393
<div class =" bg-white dark:bg-blue-gray-700 rounded-lg shadow" >
394
394
<div class =" px-4 py-5 sm:p-6" >
395
- <h3 class =" text-base font-semibold leading-6 text-gray-900 dark:text-gray-100" >Recent Jobs</h3 >
395
+ <div class =" flex items-center justify-between" >
396
+ <h3 class =" text-base font-semibold leading-6 text-gray-900 dark:text-gray-100" >Recent Jobs</h3 >
397
+ <router-link
398
+ to =" /jobs/history"
399
+ class =" inline-flex items-center space-x-1 text-sm text-blue-600 hover:text-blue-500 dark:text-blue-400 dark:hover:text-blue-300"
400
+ >
401
+ <span >View Full History</span >
402
+ <div class =" i-heroicons-arrow-right h-4 w-4" />
403
+ </router-link >
404
+ </div >
396
405
<div class =" mt-4 flow-root" >
397
406
<div class =" -mx-4 -my-2 overflow-x-auto sm:-mx-6 lg:-mx-8" >
398
407
<div class =" inline-block min-w-full py-2 align-middle sm:px-6 lg:px-8" >
@@ -509,15 +518,6 @@ const handleRetry = async (job: Job) => {
509
518
<h3 class =" text-base font-medium text-gray-900 dark:text-gray-100" >Queue Statistics</h3 >
510
519
<p class =" mt-1 text-sm text-gray-500 dark:text-gray-400" >Detailed breakdown of jobs by queue and status</p >
511
520
</div >
512
- <div class =" mt-4 sm:ml-16 sm:mt-0 sm:flex-none" >
513
- <router-link
514
- to =" /jobs/history"
515
- class =" inline-flex items-center space-x-1 text-sm text-blue-600 hover:text-blue-500 dark:text-blue-400 dark:hover:text-blue-300"
516
- >
517
- <span >View Full History</span >
518
- <div class =" i-heroicons-arrow-right h-4 w-4" />
519
- </router-link >
520
- </div >
521
521
</div >
522
522
523
523
<div class =" mt-6 grid grid-cols-1 gap-6 lg:grid-cols-3 sm:grid-cols-2" >
You can’t perform that action at this time.
0 commit comments