File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 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 ID</ label >
7+ < label for = "node-config-input-workspaceId" > Workspace 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 >
You can’t perform that action at this time.
0 commit comments