Skip to content

Commit

Permalink
Revert "Fixed missing icon in script console" (jenkinsci#2527)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe authored Aug 30, 2016
1 parent 952c5e2 commit 55e23a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/resources/lib/hudson/scriptConsole.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ THE SOFTWARE.
Called from doScript() to display the execution result and the form.
-->
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:f="/lib/form">
<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">
<l:layout norefresh="true" permission="${h.RUN_SCRIPTS}">
<st:include page="sidepanel.jelly" />

<l:main-panel>
<h1><img src="${imagesURL}/48x48/notepad.png" width="48" height="48" alt=""/> ${%Script Console}</h1>
<h1><img src="${imagesURL}/48x48/${it.icon}" width="48" height="48" alt=""/> ${%Script Console}</h1>

<j:choose>
<j:when test="${it.channel != null}">
Expand Down

0 comments on commit 55e23a3

Please sign in to comment.