From d806cf76c4c25af25f61846d39d9b0c434e1ef0b Mon Sep 17 00:00:00 2001 From: Christoph Kluge Date: Wed, 4 Jun 2025 16:23:54 +0200 Subject: [PATCH] Fix config warning and key name --- .../src/config/support/SupportOptions.svelte | 32 +++++++++---------- .../src/config/user/PlotRenderOptions.svelte | 8 ++--- 2 files changed, 19 insertions(+), 21 deletions(-) diff --git a/web/frontend/src/config/support/SupportOptions.svelte b/web/frontend/src/config/support/SupportOptions.svelte index fef104b..7d2b0cd 100644 --- a/web/frontend/src/config/support/SupportOptions.svelte +++ b/web/frontend/src/config/support/SupportOptions.svelte @@ -42,28 +42,26 @@ + + +
Node List Paging Type
+ {#if displayMessage && message.target == "npag"}
+ Update: {message.msg} +
{/if} +
- handleSettingSubmit("#node-paging-form", "npag")} - > - - -
Node List Paging Type
- {#if displayMessage && message.target == "npag"}
- Update: {message.msg} -
{/if} -
- + on:submit|preventDefault={() => handleSettingSubmit("#node-paging-form", "npag")}> +
{#if config?.node_list_usePaging} diff --git a/web/frontend/src/config/user/PlotRenderOptions.svelte b/web/frontend/src/config/user/PlotRenderOptions.svelte index 8a3a948..f2ac0aa 100644 --- a/web/frontend/src/config/user/PlotRenderOptions.svelte +++ b/web/frontend/src/config/user/PlotRenderOptions.svelte @@ -156,17 +156,17 @@
{#if config.plot_general_colorBackground} - + {:else} - + {/if}
{#if config.plot_general_colorBackground} - + {:else} - + {/if}