mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-30 10:46:24 +02:00
Merge pull request #7 from DanielR92/patch-1
Update setup.html & powermeter
This commit is contained in:
commit
f7cbde50b9
1 changed files with 2 additions and 2 deletions
|
@ -1393,10 +1393,10 @@
|
||||||
ml("input", {name: "pm_jsonPath", class: "text", type: "text", value: obj.pm_jsonPath}, null),
|
ml("input", {name: "pm_jsonPath", class: "text", type: "text", value: obj.pm_jsonPath}, null),
|
||||||
]),
|
]),
|
||||||
divRow("{#ZE_GROUP_TAB_POWERMETER_USER}",
|
divRow("{#ZE_GROUP_TAB_POWERMETER_USER}",
|
||||||
ml("input", {name: "pm_user", class: "text", type: "text", value: obj.pm_user}, null),
|
ml("input", {name: "pm_user", class: "text", type: "text", value: "" }, null),
|
||||||
),
|
),
|
||||||
divRow("{#ZE_GROUP_TAB_POWERMETER_PASS}",
|
divRow("{#ZE_GROUP_TAB_POWERMETER_PASS}",
|
||||||
ml("input", {name: "pm_pass", class: "text", type: "text", value: obj.pm_pass}, null),
|
ml("input", {name: "pm_pass", class: "text", type: "password", value: "****"}, null),
|
||||||
),
|
),
|
||||||
// TODO: Uebersetzen mit lang.json und auf die entsprechende Dokuseite verlinken
|
// TODO: Uebersetzen mit lang.json und auf die entsprechende Dokuseite verlinken
|
||||||
divRow("Hinweis: ",
|
divRow("Hinweis: ",
|
||||||
|
|
Loading…
Add table
Reference in a new issue