#i18n{releaser.modify_cluster.title}

<@tform class="form-horizontal" method="post" name="modify_cluster" action="jsp/admin/plugins/releaser/ManageClusters.jsp"> <@messages errors=errors /> <@formGroup labelKey='#i18n{releaser.modify_cluster.labelName}' helpKey='#i18n{releaser.modify_cluster.labelName.help}' mandatory=true> <@input type='text' name='name' value='${cluster.name}' /> <@formGroup labelKey='#i18n{releaser.modify_cluster.labelDescription}' helpKey='#i18n{releaser.modify_cluster.labelDescription.help}' mandatory=true> <@input type='text' name='description' value='${cluster.description}' /> <@actionButtons button1Name="action_modifyCluster" button2Name="view_manageCluster"/>