Fix crawl config name in "run now" alert (#673)
This commit is contained in:
parent
3b61266eed
commit
85416e2ca2
@ -596,12 +596,12 @@ export class CrawlTemplatesDetail extends LiteElement {
|
||||
|
||||
this.notify({
|
||||
message: msg(
|
||||
html`Started crawl from <strong>${this.crawlConfig!.name}</strong>.
|
||||
html`Started crawl from <strong>${this.renderName()}</strong>.
|
||||
<br />
|
||||
<a
|
||||
class="underline hover:no-underline"
|
||||
href="/orgs/${this.orgId}/crawls/crawl/${data.started}#watch"
|
||||
@click=${this.navLink.bind(this)}
|
||||
@click="${this.navLink.bind(this)}"
|
||||
>Watch crawl</a
|
||||
>`
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user