diff --git a/web/.prettierrc b/web/.prettierrc index 519b2d7..b79cac7 100644 --- a/web/.prettierrc +++ b/web/.prettierrc @@ -6,11 +6,11 @@ "plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"], "overrides": [ { - "files": ["*.svelte", "*.svelte.ts", "*.svelte.js"], + "files": ["*.svelte"], "options": { "parser": "svelte" } } ], - "tailwindStylesheet": "./src/app.css" + "tailwindStylesheet": "./src/app.css" } diff --git a/web/src/lib/components/forms/DynamicForm.svelte b/web/src/lib/components/forms/DynamicForm.svelte index 594b81d..7f2c7f8 100644 --- a/web/src/lib/components/forms/DynamicForm.svelte +++ b/web/src/lib/components/forms/DynamicForm.svelte @@ -211,7 +211,7 @@ {/if} {#if field.description && showDescription(field.type)} -
{field.description}
+{field.description}
{/if} diff --git a/web/src/lib/components/forms/HTTPServerTransportForm.svelte b/web/src/lib/components/forms/HTTPServerTransportForm.svelte index 00c168d..b393472 100644 --- a/web/src/lib/components/forms/HTTPServerTransportForm.svelte +++ b/web/src/lib/components/forms/HTTPServerTransportForm.svelte @@ -53,7 +53,7 @@Configure general settings
+Configure general settings
Configure TLS certificates
+Configure TLS certificates
Configure timeouts for forwarding
+Configure timeouts for forwarding
Configure SPIFFE integration
+Configure SPIFFE integration
Forward client host header to server
+Forward client host header to server
Configure connection timeouts
+Configure connection timeouts
Configure TLS settings
+Configure TLS settings
Configure TLS certificates
+Configure TLS certificates
Configure SPIFFE integration
+Configure SPIFFE integration
Hostname
+Hostname
Containers
+Containers
Last Seen
+Last Seen
+
Choose which IP address to use for connecting to this agent
External network address
+External network address
Internal network address
+Internal network address
+
Specify a custom IP address for this agent
+
{item.hostname
? 'Secure token for agent authentication'
: 'Copy this token to connect your agent'}
@@ -294,7 +294,7 @@
+
Complete docker-compose.yml configuration with volumes and environment setup
@@ -337,7 +337,7 @@+
Single command to run the agent container with all required parameters
diff --git a/web/src/lib/components/modals/AuditLogModal.svelte b/web/src/lib/components/modals/AuditLogModal.svelte index 11ea7d1..02cc29f 100644 --- a/web/src/lib/components/modals/AuditLogModal.svelte +++ b/web/src/lib/components/modals/AuditLogModal.svelte @@ -79,7 +79,7 @@
+
{searchQuery ? 'No logs match your search criteria' : 'No audit logs found'}
{log.details}
-Failed to load audit logs
-{error.message}
+Failed to load audit logs
+{error.message}
No backups available
+No backups available
{/if}No backups available
+No backups available
{/if}Friendly name for this provider
+Friendly name for this provider
Configure how this DNS provider should behave
+Configure how this DNS provider should behave
Use for new routers by default
+Use for new routers by default
Automatically sync with public IP
+Automatically sync with public IP
Enable Cloudflare's proxy service
+Enable Cloudflare's proxy service
DNS zone configuration type
+DNS zone configuration type
+
Configure the IP address for DNS record creation
Automatically detected and updated
+Automatically detected and updated
{/await}Static IP address for DNS record creation
+Static IP address for DNS record creation
+
Provide credentials to access your DNS provider's API
API key from your DNS provider
+API key from your DNS provider
+
{dnsProviderTypes.find((t) => t.value === item.type)?.label} server endpoint
A descriptive name for this entry point
+A descriptive name for this entry point
+
Port number (1-65535) where your service listens
+
Use this as the primary entry point for new routers
+
Note: Setting this as default will remove the default status from other entry points.
diff --git a/web/src/lib/components/modals/ProfileModal.svelte b/web/src/lib/components/modals/ProfileModal.svelte index c0abc70..ff4dca3 100644 --- a/web/src/lib/components/modals/ProfileModal.svelte +++ b/web/src/lib/components/modals/ProfileModal.svelte @@ -100,13 +100,13 @@ placeholder="traefik-site" class="transition-colors" /> -A descriptive name for this profile
+A descriptive name for this profile
Optional description for this profile
+Optional description for this profile
+
Used in the connection URL to connect to this profile with your traefik instance
{value}
diff --git a/web/src/lib/components/modals/RouterModal.svelte b/web/src/lib/components/modals/RouterModal.svelte
index 814284b..9f67365 100644
--- a/web/src/lib/components/modals/RouterModal.svelte
+++ b/web/src/lib/components/modals/RouterModal.svelte
@@ -178,7 +178,7 @@
Automatically managed via Docker labels Automatically managed via Docker labelsAgent-Managed Router
-