diff --git a/wled00/data/settings_um.htm b/wled00/data/settings_um.htm index 830d3800..06e97f22 100644 --- a/wled00/data/settings_um.htm +++ b/wled00/data/settings_um.htm @@ -333,13 +333,15 @@ } if (userMod != null && urows==="") urows = "Usermods configuration not found.
Press Save to initialize defaults."; if (userMod == null) { - urows += `
`; - urows += ``; + urows += `
`; + urows += `
`; + urows += `
`; urows += `` for (const [k,o] of Object.entries(umCfg)) { urows += ``; } urows += `
UsermodEnabled
${k}${o.enabled}
`; + urows += ``; } }