You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add 'Show all tokens' toggle for owners (#6325)
* add tokens switch
* reorged TokensPage
* using Trans component for description
* using Trans component on DeleteDialog
* add owner col
* simplify hook return
* lint
* type for response
* PR feedback
* fix lint
"description": "Tokens are used to authenticate with the Coder API. You can create a token with the Coder CLI using the ",
3
+
"description": "Tokens are used to authenticate with the Coder API. You can create a token with the Coder CLI using the <1>{{cliCreateCommand}}</1> command.",
4
4
"emptyState": "No tokens found",
5
5
"deleteToken": {
6
6
"delete": "Delete Token",
7
-
"deleteCaption": "Are you sure you want to delete this token?",
7
+
"deleteCaption": "Are you sure you want to delete this token?<br/><br/><4>{{tokenId}}</4>",
0 commit comments