diff --git a/resources/views/livewire/security/api-tokens.blade.php b/resources/views/livewire/security/api-tokens.blade.php index 5c3c4c81c..2a10e53c8 100644 --- a/resources/views/livewire/security/api-tokens.blade.php +++ b/resources/views/livewire/security/api-tokens.blade.php @@ -9,14 +9,13 @@
API is disabled. If you want to use the API, please enable it in the Settings menu.
@else -
Tokens are created with the current team as scope. You will only have access to this team's resources. -
+
Tokens are created with the current team as scope.

New Token

-
-
+ +
- Create New Token + Create
Permissions @@ -37,13 +36,13 @@ helper="Root access, be careful!" :checked="in_array('root', $permissions)"> @if (!in_array('root', $permissions)) + helper="Write access to all resources." :checked="in_array('write', $permissions)"> + helper="Can trigger deploy webhooks." :checked="in_array('deploy', $permissions)"> @endif