Module: check_mk
Branch: master
Commit: ff73c3c2a7bbf9a33561351c480e890f7d0fb593
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=ff73c3c2a7bbf9…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Thu Feb 2 13:37:41 2017 +0100
4317 FIX Rule list: Removed the row limit of the rule tables
Change-Id: I4f5513651672804a7bfbfc740e5ce017bf454720
---
.werks/4317 | 9 +++++++++
ChangeLog | 1 +
web/htdocs/wato.py | 2 +-
3 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/.werks/4317 b/.werks/4317
new file mode 100644
index 0000000..3617ff6
--- /dev/null
+++ b/.werks/4317
@@ -0,0 +1,9 @@
+Title: Rule list: Removed the row limit of the rule tables
+Level: 1
+Component: wato
+Compatible: compat
+Version: 1.4.0i4
+Date: 1486039030
+Class: fix
+
+
diff --git a/ChangeLog b/ChangeLog
index af24d14..cefbb1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -121,6 +121,7 @@
* 4224 FIX: Improved exception handling during WATO slave site activation
* 4237 FIX: Fixed rendering of old timestamps...
* 4231 FIX: Fixed broken host renaming when files are in var/check_mk/web
+ * 4317 FIX: Rule list: Removed the row limit of the rule tables
Notifications:
* 4197 FIX: Fix sending notification to global fallback email address
diff --git a/web/htdocs/wato.py b/web/htdocs/wato.py
index 05d3aea..6d59833 100644
--- a/web/htdocs/wato.py
+++ b/web/htdocs/wato.py
@@ -12197,7 +12197,7 @@ class ModeEditRuleset(WatoMode):
continue
table.begin("rules", title="%s %s" % (_("Rules
in folder"), alias_path),
- css="ruleset", searchable=False, sortable=False)
+ css="ruleset", searchable=False, sortable=False,
limit=None)
else:
if skip_this_folder:
continue