Skip to content

Commit 633918a

Browse files
committed
Added comment to name of template
1 parent 967c57e commit 633918a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/scala/com/github/zabbicook/entity/template/Template.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ object Template extends EntityCompanionMetaHelper {
5151
value("host")("name")("(required) Technical name of the template."),
5252
value("description")("description")("Description of the template."),
5353
value("name")("visibleName")("""Visible name of the host.
54-
|Default: name property value.""".stripMargin)
54+
|Default: name property value.
55+
|CAUTION: It seems that it can often not be changed due to problems with zabbix.""".stripMargin)
5556
) _
5657
}

0 commit comments

Comments
 (0)