diff --git a/dashboard/public/views/profile.html b/dashboard/public/views/profile.html index 0dd5f4e8f..dbe805272 100644 --- a/dashboard/public/views/profile.html +++ b/dashboard/public/views/profile.html @@ -505,10 +505,10 @@
| {{ 'profile.apiTokens.name' | tr }} | -{{ 'profile.apiTokens.lastUsed' | tr }} | -{{ 'profile.apiTokens.scope' | tr }} | -{{ 'main.actions' | tr }} | +{{ 'profile.apiTokens.name' | tr }} | + +{{ 'profile.apiTokens.scope' | tr }} | +{{ 'main.actions' | tr }} | {{ 'profile.apiTokens.noTokensPlaceholder' | tr }} |
|---|---|---|---|---|---|---|
| + | {{ token.name || 'unnamed' }} | -+ | @@ -527,7 +527,7 @@ {{ 'profile.apiTokens.readwrite' | tr }} {{ 'profile.apiTokens.readonly' | tr }} -+ |