mirror of
https://github.com/aljazceru/enclava.git
synced 2025-12-17 07:24:34 +01:00
cleanup emojis
This commit is contained in:
@@ -72,7 +72,7 @@ Token payload: ${JSON.stringify(payload, null, 2)}
|
|||||||
</pre>
|
</pre>
|
||||||
{refreshToken && (
|
{refreshToken && (
|
||||||
<p className="mt-2 text-sm text-green-600">
|
<p className="mt-2 text-sm text-green-600">
|
||||||
✓ Refresh token available - auto-refresh enabled
|
Refresh token available - auto-refresh enabled
|
||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
</CardContent>
|
</CardContent>
|
||||||
|
|||||||
@@ -253,13 +253,13 @@ export function ZammadConfig() {
|
|||||||
})
|
})
|
||||||
if (data.status === "success") {
|
if (data.status === "success") {
|
||||||
toast({
|
toast({
|
||||||
title: "✅ Connection Successful",
|
title: "Connection Successful",
|
||||||
description: `Connected to Zammad as ${data.user}`,
|
description: `Connected to Zammad as ${data.user}`,
|
||||||
duration: 5000
|
duration: 5000
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
toast({
|
toast({
|
||||||
title: "❌ Connection Failed",
|
title: "Connection Failed",
|
||||||
description: data.message || "Unknown error occurred",
|
description: data.message || "Unknown error occurred",
|
||||||
variant: "destructive",
|
variant: "destructive",
|
||||||
duration: 8000
|
duration: 8000
|
||||||
|
|||||||
@@ -671,7 +671,7 @@ export const PluginConfigurationDialog: React.FC<PluginConfigurationDialogProps>
|
|||||||
<Alert className="border-green-200 bg-green-50 text-green-800 dark:border-green-800 dark:bg-green-900/20 dark:text-green-200">
|
<Alert className="border-green-200 bg-green-50 text-green-800 dark:border-green-800 dark:bg-green-900/20 dark:text-green-200">
|
||||||
<CheckCircle className="h-4 w-4 text-green-600 dark:text-green-400" />
|
<CheckCircle className="h-4 w-4 text-green-600 dark:text-green-400" />
|
||||||
<AlertDescription className="font-medium">
|
<AlertDescription className="font-medium">
|
||||||
✅ Configuration saved successfully! All settings have been saved and encrypted.
|
Configuration saved successfully! All settings have been saved and encrypted.
|
||||||
</AlertDescription>
|
</AlertDescription>
|
||||||
</Alert>
|
</Alert>
|
||||||
)}
|
)}
|
||||||
@@ -749,7 +749,7 @@ export const PluginConfigurationDialog: React.FC<PluginConfigurationDialogProps>
|
|||||||
)}
|
)}
|
||||||
{config.api_token && (
|
{config.api_token && (
|
||||||
<p className="text-xs text-blue-600 dark:text-blue-400">
|
<p className="text-xs text-blue-600 dark:text-blue-400">
|
||||||
💡 Leave empty to keep your existing saved token
|
Leave empty to keep your existing saved token
|
||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user