From 0b61dc79ca428ded2fd872f17850ec8c0d91e101 Mon Sep 17 00:00:00 2001 From: blackcoffeexbt <87530449+blackcoffeexbt@users.noreply.github.com> Date: Wed, 22 Apr 2026 10:48:47 +0100 Subject: [PATCH] Added link to DNS config settings from new instance dialogue --- src/components/tables/InstancesTable.vue | 10 +++++----- src/css/app.css | 6 +++++- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/components/tables/InstancesTable.vue b/src/components/tables/InstancesTable.vue index 47d89ff..e198d54 100644 --- a/src/components/tables/InstancesTable.vue +++ b/src/components/tables/InstancesTable.vue @@ -601,9 +601,7 @@
You will need to configure your domain\'s DNS settings. Find out how here.
', label: 'Domain or subdomain', hint: 'Examples: my-team or pay.example.com', missingMessage: 'Enter a custom domain or subdomain.', @@ -1482,7 +1481,8 @@ export default defineComponent({ return { title: 'Custom subdomain', message: - 'This payment plan includes a custom subdomain. Enter the subdomain you want to reserve for this instance.', + 'This payment plan includes a custom subdomain. Enter the subdomain you want to reserve for this instance.
' + + 'You will need to configure your domain\'s DNS settings. Find out how here.
', label: 'Subdomain', hint: 'Example: my-team.lnbits.com', suffix: '.lnbits.com', diff --git a/src/css/app.css b/src/css/app.css index aae7442..feed0cf 100644 --- a/src/css/app.css +++ b/src/css/app.css @@ -529,6 +529,10 @@ pre { linear-gradient(160deg, #0b0614, #140a22 40%, #1b0f2e 70%, #23113a); } +.body--dark .q-dialog--modal .text-caption a { + color: white; +} + .body--light .app-shell { background: radial-gradient(900px 600px at 0% -10%, rgba(178, 56, 255, 0.08), transparent 60%), radial-gradient(1000px 700px at 100% 0%, rgba(255, 79, 216, 0.08), transparent 60%), @@ -780,4 +784,4 @@ pre { gap: 1rem; } -} +} \ No newline at end of file