All Downloads are FREE. Search and download functionalities are using the official Maven repository.

webapp.templates.home.screen.addZookeeper.vm Maven / Gradle / Ivy

There is a newer version: 4.2.18
Show newest version
$control.setTemplate("home:navigation.vm")

#macro (addAutoKeeperClusterMessage $field)
    #if (!$field.valid) $field.message #end
#end


添加Zookeeper集群

#if($message == "init") ZooKeeper集群为空,无法添加Node或Canal,请先至少添加一个ZooKeeper集群 #end
$csrfToken.hiddenField
#set ($autoKeeperClusterGroup = $form.autokeeperClusterInfo.defaultInstance) #addAutoKeeperClusterMessage ($autoKeeperClusterGroup.formAutokeeperClusterError)
集群名字: *
#addAutoKeeperClusterMessage ($autoKeeperClusterGroup.clusterName)
ZooKeeper集群: *
格式如 10.20.10.20:8080;(必须以分号结束,可添多个)
#addAutoKeeperClusterMessage ($autoKeeperClusterGroup.zookeeperClusters)
描述:
#addAutoKeeperClusterMessage ($autoKeeperClusterGroup.description)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy