File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ export class SidequestDashboard {
9696 } ) ;
9797 } ) ;
9898
99- app . get ( "/job /:id" , async ( req , res ) => {
99+ app . get ( "/jobs /:id" , async ( req , res ) => {
100100 const backend = Engine . getBackend ( ) ;
101101
102102 const jobId = parseInt ( req . params . id ) ;
Original file line number Diff line number Diff line change 6767 <tbody >
6868 <% jobs .forEach (job => { % >
6969 < tr class = " hover:bg-base-300" >
70- < td class = " px-4 py-3 text-base-content" >< a href= " /job /<%= job.id %>" >< %= job .id % >< / a>< / td>
70+ < td class = " px-4 py-3 text-base-content" >< a href= " /jobs /<%= job.id %>" >< %= job .id % >< / a>< / td>
7171 < td class = " px-4 py-3 text-base-content" >< %= job .class % >< / td>
7272 < td class = " px-4 py-3" >< %= job .queue % >< / td>
7373 < td class = " px-4 py-3" >
You can’t perform that action at this time.
0 commit comments