From fb80ce64ece87bffe8cd416bd672af45008ed046 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:19:25 +0200 Subject: [PATCH] fix(ui): refine API token creation form and update helper text for clarity --- .../views/livewire/security/api-tokens.blade.php | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) 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 @@ class="pr-1">: 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