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,
|
rulespec_registry,
|
||||||
HostRulespec,
|
HostRulespec,
|
||||||
RulespecGroupCheckParametersNetworking,
|
RulespecGroupCheckParametersNetworking,
|
||||||
|
CheckParameterRulespecWithItem
|
||||||
)
|
)
|
||||||
from cmk.gui.watolib.rulespecs import Rulespec
|
from cmk.gui.watolib.rulespecs import Rulespec
|
||||||
from cmk.gui.valuespec import (
|
from cmk.gui.valuespec import (
|
||||||
@ -15,6 +16,7 @@ from cmk.gui.valuespec import (
|
|||||||
Integer,
|
Integer,
|
||||||
ListOfStrings,
|
ListOfStrings,
|
||||||
Tuple,
|
Tuple,
|
||||||
|
TextInput
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@ from cmk.gui.i18n import _
|
|||||||
from cmk.gui.plugins.wato.utils import (
|
from cmk.gui.plugins.wato.utils import (
|
||||||
rulespec_registry,
|
rulespec_registry,
|
||||||
HostRulespec,
|
HostRulespec,
|
||||||
|
CheckParameterRulespecWithItem,
|
||||||
RulespecGroupCheckParametersNetworking,
|
RulespecGroupCheckParametersNetworking,
|
||||||
)
|
)
|
||||||
from cmk.gui.watolib.rulespecs import Rulespec
|
from cmk.gui.watolib.rulespecs import Rulespec
|
||||||
@ -17,6 +18,7 @@ from cmk.gui.valuespec import (
|
|||||||
DropdownChoice,
|
DropdownChoice,
|
||||||
Tuple,
|
Tuple,
|
||||||
ListOf,
|
ListOf,
|
||||||
|
TextInput
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user