Adds help text
Matches crawl config help text
This commit is contained in:
parent
b7a9d811a0
commit
b84a70b394
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user