Skip to content

Commit cbee597

Browse files
committed
add copy option
1 parent 2f3b2c3 commit cbee597

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

frontend/src/features/crawl-workflows/workflow-action-menu/workflow-action-menu.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,13 @@ export class WorkflowActionMenu extends BtrixElement {
177177
`,
178178
)}
179179
180+
<sl-menu-item
181+
@click=${() => ClipboardController.copyToClipboard(workflow.firstSeed)}
182+
>
183+
<sl-icon name="link" slot="prefix"></sl-icon>
184+
${msg("Copy Crawl Start URL")}
185+
</sl-menu-item>
186+
180187
<sl-menu-item
181188
@click=${() =>
182189
ClipboardController.copyToClipboard(workflow.tags.join(", "))}

0 commit comments

Comments
 (0)