diff --git a/templates/dashboard/settings/api_keys.html b/templates/dashboard/settings/api_keys.html index 08b8030..0ea97b1 100644 --- a/templates/dashboard/settings/api_keys.html +++ b/templates/dashboard/settings/api_keys.html @@ -5,12 +5,12 @@
@@ -53,37 +53,30 @@ {{ key.name }} - - {{ key.key[:8] }}... - + {{ key.key[:8] + }}... {% for scope in key.scopes %} - {{ scope }} - + class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-blue-100 text-blue-800 dark:bg-blue-900 dark:text-blue-200 mr-1">{{ + scope }} {% endfor %} - - {{ key.created_at.strftime('%Y-%m-%d') }} - - - {{ key.last_used_at.strftime('%Y-%m-%d %H:%M') if key.last_used_at else 'Never' }} - + {{ + key.created_at.strftime('%Y-%m-%d') }} + {{ + key.last_used_at.strftime('%Y-%m-%d %H:%M') if key.last_used_at else 'Never' }} + class="text-red-600 hover:text-red-900 dark:text-red-400 dark:hover:text-red-300">Revoke {% else %} - - No API keys found. Generate one to get started. - + No API keys + found. Generate one to get started. {% endfor %} @@ -101,7 +94,6 @@
-
@@ -110,7 +102,6 @@ class="rounded border-gray-300 text-blue-600 focus:ring-blue-500"> Full Access (*) -

Or limit to specific functions:

@@ -126,16 +117,11 @@

Select "Full Access" or specific functions.

-
+ class="px-4 py-2 text-sm font-medium text-gray-700 bg-white border border-gray-300 rounded-md hover:bg-gray-50 dark:bg-gray-700 dark:text-gray-300 dark:border-gray-600 dark:hover:bg-gray-600">Cancel + class="px-4 py-2 text-sm font-medium text-white bg-blue-600 rounded-md hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500">Generate
diff --git a/templates/dashboard/settings/export.html b/templates/dashboard/settings/export.html index bc288f3..ea1106d 100644 --- a/templates/dashboard/settings/export.html +++ b/templates/dashboard/settings/export.html @@ -5,12 +5,12 @@
@@ -24,7 +24,6 @@

What's Included

-
@@ -38,7 +37,6 @@

-
-
Environment variables and configurations

-
API key names and scopes (keys are masked)

-
Last 100 invocations per function

-
-
@@ -121,19 +114,17 @@
-
+ d="M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4" /> Export My Data
-

What to Do With Your Export