Merge branch 'zero-export' of https://github.com/tictrick/ahoy into zero-export

This commit is contained in:
Patrick Amrhein 2024-05-14 17:27:21 +02:00
commit 5e78719e17
5 changed files with 87 additions and 99 deletions

View file

@ -1399,7 +1399,7 @@
ml("input", {name: "pm_jsonPath", class: "text", type: "text", value: obj.pm_jsonPath}, null),
]),
divRow("{#ZE_GROUP_TAB_POWERMETER_USER}",
ml("input", {name: "pm_user", class: "text", type: "text", value: "" }, null),
ml("input", {name: "pm_user", class: "text", type: "text", value: obj.pm_user }, null),
),
divRow("{#ZE_GROUP_TAB_POWERMETER_PASS}",
ml("input", {name: "pm_pass", class: "text", type: "password", value: "****"}, null),