mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-04 00:48:24 +02:00
fix max length of inverter #1180
This commit is contained in:
parent
4d65fd3789
commit
02c81003dc
1 changed files with 1 additions and 1 deletions
|
@ -632,7 +632,7 @@
|
|||
})
|
||||
});
|
||||
|
||||
iv.append(mlE("Name*", inp(id + "Name", obj["name"], 16, ["text"], null, "text", "[\\-\\+A-Za-z0-9.\\/#$%&=_]+", "Invalid input")));
|
||||
iv.append(mlE("Name*", inp(id + "Name", obj["name"], 15, ["text"], null, "text", "[\\-\\+A-Za-z0-9.\\/#$%&=_]+", "Invalid input")));
|
||||
|
||||
for(var j of [
|
||||
["ModPwr", "ch_max_pwr", "Max Module Power (Wp)", 4, "[0-9]+"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue