Module: check_mk
Branch: master
Commit: 71e63c92a6ffd74c0a8991b12732fb9b3055316a
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=71e63c92a6ffd7…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Mon Jan 30 12:05:58 2017 +0100
WATO: Fixed broken randomize secret button for automation users
Change-Id: I8b0191c8f24580a6dc6dfada062a06494b5f4db6
---
web/htdocs/wato.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/htdocs/wato.py b/web/htdocs/wato.py
index 8b4fe71..05d3aea 100644
--- a/web/htdocs/wato.py
+++ b/web/htdocs/wato.py
@@ -10232,7 +10232,7 @@ def mode_edit_user(phase):
html.open_ul()
html.text_input("secret", user.get("automation_secret",
""), size=30,
- id="automation_secret")
+ id_="automation_secret")
html.write_text(" ")
html.open_b(style=["position: relative", "top: 4px;"])
html.write(" ")