Adds help text

Matches crawl config help text
This commit is contained in:
Henry Wilkinson 2023-02-09 01:00:14 -05:00
parent b7a9d811a0
commit b84a70b394

View File

@ -852,8 +852,8 @@ export class CrawlDetail extends LiteElement {
]; ];
return html` return html`
<div class="text-center"> <div>
<sl-radio-group value=${this.crawl.scale}> <sl-radio-group value=${this.crawl.scale} help-text="Increasing parallel crawler instances can speed up crawls, but may increase the chances of getting rate limited.">
${scaleOptions.map( ${scaleOptions.map(
({ value, label }) => html` ({ value, label }) => html`
<sl-radio-button <sl-radio-button