Skip to content

Commit c9713c9

Browse files
committed
Add link to tokens page in input label
1 parent 5e8cd4b commit c9713c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nodes/seqera-config.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
<input type="number" id="node-config-input-workspaceId" placeholder="(optional)" />
99
</div>
1010
<div class="form-row">
11-
<label for="node-config-input-token"><i class="icon-lock"></i> API Token</label>
11+
<label for="node-config-input-token">
12+
<i class="icon-lock"></i> API Token (<a href="https://cloud.seqera.io/tokens" target="_blank">get here</a>)
13+
</label>
1214
<input type="password" id="node-config-input-token" placeholder="Bearer token" autocomplete="off" />
1315
</div>
1416
</script>

0 commit comments

Comments
 (0)