Module: check_mk
Branch: master
Commit: 3394dfa39be0785e28bc038496c0130a615c58b3
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=3394dfa39be078…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Thu Feb 7 09:33:22 2019 +0100
Fixed position of the ListOf valuespec "Add" button
Change-Id: I66a466b6dbdf597c3d39c793f62d095972681ef7
---
cmk/gui/valuespec.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmk/gui/valuespec.py b/cmk/gui/valuespec.py
index c5b853d..582eac4 100644
--- a/cmk/gui/valuespec.py
+++ b/cmk/gui/valuespec.py
@@ -1278,9 +1278,9 @@ class ListOf(ValueSpec):
def _show_entries(self, varprefix, value):
if self._style == ListOf.Style.REGULAR:
+ self._show_current_entries(varprefix, value)
html.br()
self._list_buttons(varprefix)
- self._show_current_entries(varprefix, value)
elif self._style == ListOf.Style.FLOATING:
html.open_table()