Skip to content

Commit b9e842f

Browse files
committed
Improve UI for link to API token page
1 parent f1959d0 commit b9e842f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

nodes/config.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
<script type="text/html" data-template-name="seqera-config">
22
<div class="form-row">
3-
<label for="node-config-input-baseUrl"><i class="icon-globe"></i> Base URL</label>
3+
<label for="node-config-input-baseUrl">Base URL</label>
44
<input type="text" id="node-config-input-baseUrl" placeholder="https://api.cloud.seqera.io" />
55
</div>
66
<div class="form-row">
7-
<label for="node-config-input-workspaceId"><i class="icon-tasks"></i> Workspace&nbsp;ID</label>
7+
<label for="node-config-input-workspaceId">Workspace&nbsp;ID</label>
88
<input type="number" id="node-config-input-workspaceId" placeholder="(optional)" />
99
</div>
1010
<div class="form-row">
1111
<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>)
12+
<a href="https://cloud.seqera.io/tokens" target="_blank" style="color: var(--red-ui-text-color-link)">
13+
API Token
14+
<i class="fa fa-external-link"></i>
15+
</a>
1316
</label>
1417
<input type="password" id="node-config-input-token" placeholder="Bearer token" autocomplete="off" />
1518
</div>

0 commit comments

Comments
 (0)