Frontend: Fixes the "Replay Latest Crawl" button path (#1636)
- Fixes the path for the "Replay Latest Crawl" button on the watch crawl page when the crawl workflow isn't running
This commit is contained in:
		
							parent
							
								
									6e8867c550
								
							
						
					
					
						commit
						432a727218
					
				| @ -1043,7 +1043,7 @@ export class WorkflowDetail extends LiteElement { | ||||
|         class="flex h-56 min-h-max flex-col items-center justify-center rounded-lg border p-4" | ||||
|       > | ||||
|         <p class="text-base font-medium"> | ||||
|           ${msg("Crawl is not currently running.")} | ||||
|           ${msg("Crawl workflow is not currently running.")} | ||||
|         </p> | ||||
|         <div class="mt-4"> | ||||
|           ${when( | ||||
| @ -1053,7 +1053,7 @@ export class WorkflowDetail extends LiteElement { | ||||
|                 class="mr-2" | ||||
|                 href=${`${this.orgBasePath}/items/crawl/${ | ||||
|                   this.workflow!.lastCrawlId | ||||
|                 }?workflowId=${this.workflowId}#replay`}
 | ||||
|                 }#replay`}
 | ||||
|                 variant="primary" | ||||
|                 size="small" | ||||
|                 @click=${this.navLink} | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user