提交 61075ea7 编写于 作者: K kohsuke

assigning a name to simplify testing

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@11699 71c3de6d-444a-0410-be80-ed276b4c234a
上级 223e8d09
......@@ -5,7 +5,7 @@
<l:layout title="${it.displayName} Config" norefresh="true" permission="${it.CONFIGURE}">
<st:include page="sidepanel.jelly" />
<l:main-panel>
<f:form method="post" action="configSubmit">
<f:form method="post" action="configSubmit" name="config">
<j:if test="${it.isNameEditable()}">
<f:entry title="${%name(it.pronoun)}">
<f:textbox name="name" value="${it.name}" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册