From 5a829e103ae1c9d6d91b18982bf44caeb73ef86d Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Thu, 16 Mar 2023 15:23:15 +0100 Subject: [PATCH] center UM overview table see https://www.w3schools.com/howto/howto_css_table_center.asp --- wled00/data/settings_um.htm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 += ``; } }