提交 d2d3affd 编写于 作者: K kohsuke

better to use displayName


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@2097 71c3de6d-444a-0410-be80-ed276b4c234a
上级 45869b0c
......@@ -2,7 +2,7 @@
Displays the console output
-->
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt">
<l:layout title="${it.project.name} #${it.number} Changes">
<l:layout title="${it.project.displayName} #${it.number} Changes">
<st:include page="sidepanel.jelly" />
<l:main-panel>
<t:buildCaption>Changes</t:buildCaption>
......
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt">
<l:layout title="${it.project.name} #${it.number}">
<l:layout title="${it.project.displayName} #${it.number}">
<st:include page="sidepanel.jelly" />
<l:main-panel>
<div style="float:right; background-color:white; z-index: 1; position:relative; margin-left: 1em">
......
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt">
<l:layout title="${it.parent.name} #${it.number} Artifacts">
<l:layout title="${it.parent.displayName} #${it.number} Artifacts">
<st:include page="sidepanel.jelly" />
<l:main-panel>
<t:buildCaption>
......
<!-- Confirm deletion of the build/run -->
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt">
<l:layout>
<l:layout title="${it.parent.displayName} #${it.number}" norefresh="true">
<st:include page="sidepanel.jelly" />
<l:main-panel>
<j:set var="msg" value="${it.whyKeepLog}"/>
......
......@@ -2,7 +2,7 @@
Displays the console output
-->
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt">
<l:layout title="${it.parent.name} #${it.number} Console" norefresh="true">
<l:layout title="${it.parent.displayName} #${it.number} Console" norefresh="true">
<st:include page="sidepanel.jelly" />
<l:main-panel>
<t:buildCaption>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册