mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-25 23:35:21 +02:00
Make the access tokens textarea bigger.
This commit is contained in:
@@ -22,11 +22,11 @@
|
||||
.alert.alert-info.selectable
|
||||
strong(translate) Warning:
|
||||
span
|
||||
span(translate) Make sure to copy your access token now. You won't be able to see it again!
|
||||
span(translate) Make sure to copy your access token now. You won't be able to see it again.
|
||||
br
|
||||
button.btn.pull-right.btn-primary.btn-sm(ng-click='closeGenerated()')
|
||||
i.fa.fa-check.fa-fw
|
||||
textarea(readonly, rows='1', text-focus-select, ng-model='newToken.tokenId').form-control.token-id-textarea
|
||||
textarea(readonly, rows='2', text-focus-select, ng-model='newToken.tokenId').form-control.token-id-textarea
|
||||
|
||||
ul.list-group.key-list
|
||||
li.list-group-item(ng-repeat='title in accessTokenTitles track by $index').animate-repeat
|
||||
|
||||
Reference in New Issue
Block a user