mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 09:58:23 +02:00
Merge branch 'zero-export' of https://github.com/tictrick/ahoy into zero-export
This commit is contained in:
commit
5e78719e17
5 changed files with 87 additions and 99 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue