提交 fa24d6a5 编写于 作者: K Kohsuke Kawaguchi

show the full name here

Otherwise it's not very obvious how the job name is in the abc/def/ghi notation
that's used in CLI and such.
上级 6a2b476b
......@@ -29,7 +29,7 @@ THE SOFTWARE.
<l:main-panel>
<h1>${%Project} ${it.displayName}</h1>
<j:if test="${it.name!=it.displayName}">
${%Project name}: ${it.name}
${%Project name}: ${it.fullName}
</j:if>
<t:editableDescription permission="${it.CONFIGURE}"/>
......
......@@ -29,7 +29,7 @@ THE SOFTWARE.
<l:main-panel>
<h1>${it.pronoun} ${it.displayName}</h1>
<j:if test="${(it.name!=it.displayName) and (it.class.name!='hudson.matrix.MatrixConfiguration')}">
${%Project name}: ${it.name}
${%Project name}: ${it.fullName}
</j:if>
<t:editableDescription permission="${it.CONFIGURE}"/>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册