mirror of
https://github.com/directus/directus.git
synced 2026-02-01 10:34:58 -05:00
Add System token interface (#13549)
* Add system token interface * use system token interface in users token field * Update placeholder * move notice below input * fix clear value interaction * update placeholder and notice text * remove unused translation key * rename class to match current naming * fix bugs in disabled state and it's UX Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com> Co-authored-by: jaycammarano <jay.cammarano@gmail.com>
This commit is contained in:
@@ -135,10 +135,8 @@ fields:
|
||||
template: '{{ name }}'
|
||||
|
||||
- field: token
|
||||
interface: token
|
||||
options:
|
||||
iconRight: vpn_key
|
||||
placeholder: $t:fields.directus_users.token_placeholder
|
||||
interface: system-token
|
||||
special: conceal
|
||||
width: full
|
||||
|
||||
- field: id
|
||||
|
||||
Reference in New Issue
Block a user