Module: check_mk
Branch: master
Commit: 1e614fa5d183d440117944d805e7311628bf205f
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=1e614fa5d183d4…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Wed Dec 19 08:59:19 2018 +0100
7014 Add host name completion in different places
When entering host names in different places, like for example the parent attribute fields
of a host
or the nodes fields of a cluster host, a dropdown is shown with the host names matching
the already
inserted hostname parts. You may klick on the matching hostname to add it to the input
field.
Change-Id: I2ec79aedf073543a5a18363d7536d9e73e10d03c
---
.werks/7014 | 12 ++++++++++
cmk/gui/plugins/wato/__init__.py | 1 +
cmk/gui/plugins/wato/builtin_attributes.py | 2 ++
cmk/gui/plugins/wato/utils/__init__.py | 1 +
cmk/gui/valuespec.py | 36 ++++++++++++------------------
cmk/gui/wato/pages/hosts.py | 4 ++--
cmk/gui/wato/pages/pattern_editor.py | 12 +++++++---
cmk/gui/wato/pages/rulesets.py | 4 ++--
cmk/gui/wato/pages/sites.py | 13 +++++++++--
cmk/gui/watolib.py | 24 ++++++++++++++++++++
10 files changed, 78 insertions(+), 31 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=1e614fa5d1…