docs(webui): fix stale comment naming (webuiGenerateGluetunProviders -> appWebuiRefresh_gluetun)

Caught in the final review — config-options.js referenced the pre-rename function
name. Comment-only fix.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Signed-off-by: librelad <librelad@digitalangels.vip>
This commit is contained in:
librelad 2026-05-26 01:25:34 +01:00
parent a3b1db3251
commit 406ebf3bb9

View File

@ -93,7 +93,7 @@ class ConfigOptions {
}
static _gluetunIconsPromise = null;
// Pulled from gluetun's upstream servers.json by webuiGenerateGluetunProviders.
// Pulled from gluetun's upstream servers.json by appWebuiRefresh_gluetun.
// Generator writes to /data/apps/generated/; static fallback ships at /data/apps/.
// We try generated first, fall back to bundled, fall back to a tiny static list.
static _gluetunProvidersPromise = null;