Add two extra includes. For some reason this plugin causes GUI exceptions in prod, even though none of the other plugin GUIs do.
This commit is contained in:
parent
a37a8c33b1
commit
1cba7d19e7
@ -8,6 +8,7 @@ from cmk.gui.plugins.wato.utils import (
|
||||
rulespec_registry,
|
||||
HostRulespec,
|
||||
RulespecGroupCheckParametersNetworking,
|
||||
CheckParameterRulespecWithItem
|
||||
)
|
||||
from cmk.gui.watolib.rulespecs import Rulespec
|
||||
from cmk.gui.valuespec import (
|
||||
@ -15,6 +16,7 @@ from cmk.gui.valuespec import (
|
||||
Integer,
|
||||
ListOfStrings,
|
||||
Tuple,
|
||||
TextInput
|
||||
)
|
||||
|
||||
|
||||
|
@ -7,6 +7,7 @@ from cmk.gui.i18n import _
|
||||
from cmk.gui.plugins.wato.utils import (
|
||||
rulespec_registry,
|
||||
HostRulespec,
|
||||
CheckParameterRulespecWithItem,
|
||||
RulespecGroupCheckParametersNetworking,
|
||||
)
|
||||
from cmk.gui.watolib.rulespecs import Rulespec
|
||||
@ -17,6 +18,7 @@ from cmk.gui.valuespec import (
|
||||
DropdownChoice,
|
||||
Tuple,
|
||||
ListOf,
|
||||
TextInput
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user