MKP 1.0.0, 1st public release
This commit is contained in:
parent
9ffe91c13c
commit
68188b0940
@ -16,7 +16,7 @@ from cmk.gui.valuespec import (
|
|||||||
|
|
||||||
def _item_spec_mailcow_domains():
|
def _item_spec_mailcow_domains():
|
||||||
return TextAscii(
|
return TextAscii(
|
||||||
title=_("Domain")
|
title=_("Domain name")
|
||||||
)
|
)
|
||||||
|
|
||||||
def _parameter_spec_mailcow_domains():
|
def _parameter_spec_mailcow_domains():
|
||||||
|
@ -16,7 +16,7 @@ from cmk.gui.valuespec import (
|
|||||||
|
|
||||||
def _item_spec_mailcow_mailboxes():
|
def _item_spec_mailcow_mailboxes():
|
||||||
return TextAscii(
|
return TextAscii(
|
||||||
title=_("Domain")
|
title=_("Mailbox name")
|
||||||
)
|
)
|
||||||
|
|
||||||
def _parameter_spec_mailcow_mailboxes():
|
def _parameter_spec_mailcow_mailboxes():
|
||||||
|
BIN
mkp/Mailcow-1.0.0.mkp
Executable file
BIN
mkp/Mailcow-1.0.0.mkp
Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user