mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-03 19:21:38 +02:00
0.8.970004-zero
This commit is contained in:
parent
f8cb7272b4
commit
0dae65bbd4
6 changed files with 1290 additions and 1269 deletions
|
@ -1363,7 +1363,8 @@
|
|||
divRow("{#ZE_GROUP_TAB_POWERMETER_TYPE}",
|
||||
ml("select", {name: "pm_type", class: "text", id: "pm_type"}, null),
|
||||
),
|
||||
divRow("{#ZE_GROUP_TAB_POWERMETER_URL}", [
|
||||
// TODO: URL -> IP
|
||||
divRow("{#ZE_GROUP_TAB_POWERMETER_IP}", [
|
||||
ml("input", {name: "pm_url", class: "text", type: "text", value: obj.pm_url, maxlength: "100"}, null),
|
||||
]),
|
||||
divRow("{#ZE_GROUP_TAB_POWERMETER_JSONPATH}", [
|
||||
|
|
|
@ -854,9 +854,9 @@
|
|||
"de": "Typ:"
|
||||
},
|
||||
{
|
||||
"token": "ZE_GROUP_TAB_POWERMETER_URL",
|
||||
"en": "Url:",
|
||||
"de": "Url:"
|
||||
"token": "ZE_GROUP_TAB_POWERMETER_IP",
|
||||
"en": "IP:",
|
||||
"de": "IP:"
|
||||
},
|
||||
{
|
||||
"token": "ZE_GROUP_TAB_POWERMETER_JSONPATH",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue