Module: check_mk
Branch: master
Commit: 7aecbb70ccb66d261dc84cf9333cb3fe103977c0
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=7aecbb70ccb66d…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Mon Sep 24 13:24:19 2018 +0200
6715 FIX Editing BI Rules: Increased size of the rule ID input field
Change-Id: I5b6392e7807bd11acacf655c263374edc5d404d8
---
.werks/6715 | 11 +++++++++++
cmk/gui/plugins/wato/bi.py | 2 +-
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/.werks/6715 b/.werks/6715
new file mode 100644
index 0000000..e1a8a77
--- /dev/null
+++ b/.werks/6715
@@ -0,0 +1,11 @@
+Title: Editing BI Rules: Increased size of the rule ID input field
+Level: 1
+Component: wato
+Class: fix
+Compatible: compat
+Edition: cre
+State: unknown
+Version: 1.6.0i1
+Date: 1537788247
+
+
diff --git a/cmk/gui/plugins/wato/bi.py b/cmk/gui/plugins/wato/bi.py
index 536cce4..f5007fb 100644
--- a/cmk/gui/plugins/wato/bi.py
+++ b/cmk/gui/plugins/wato/bi.py
@@ -1972,7 +1972,7 @@ class ModeBIEditRule(ModeBI):
"when rules refer to each other. The rule IDs will not be
visible in the status "
"GUI. They are just used within the
configuration."),
allow_empty = False,
- size = 24,
+ size = 80,
),
),
( "title",