handleSettingSubmit('#line-width-form', 'lw')}>
Line Width
{#if displayMessage && message.target == 'lw'}
Update: {message.msg}
{/if}
Width of the lines in the timeseries plots.
handleSettingSubmit('#plots-per-row-form', 'ppr')}>
Plots per Row
{#if displayMessage && message.target == 'ppr'}
Update: {message.msg}
{/if}
How many plots to show next to each other on pages such as /monitoring/job/, /monitoring/system/...
handleSettingSubmit('#backgrounds-form', 'bg')}>
Colored Backgrounds
{#if displayMessage && message.target == 'bg'}
Update: {message.msg}
{/if}
{#if config.plot_general_colorBackground} {:else} {/if}
{#if config.plot_general_colorBackground} {:else} {/if}
Color Scheme for Timeseries Plots
{#if displayMessage && message.target == 'cs'}
Update: {message.msg}
{/if}
{#each Object.entries(colorschemes) as [name, rgbrow]} {/each}
{name} {#if rgbrow.join(',') == config.plot_general_colorscheme} handleSettingSubmit("#colorscheme-form", "cs")}/> {:else} handleSettingSubmit("#colorscheme-form", "cs")}/> {/if} {#each rgbrow as rgb} {/each}