Skip to content

Commit 9c8a921

Browse files
committed
Merge branch 'remove-icon-shim' of github.com:timja/docker-commons-plugin
2 parents 61123e1 + a3e9bd4 commit 9c8a921

File tree

1 file changed

+2
-3
lines changed
  • src/main/resources/org/jenkinsci/plugins/docker/commons/fingerprint/DockerFingerprintAction

1 file changed

+2
-3
lines changed

src/main/resources/org/jenkinsci/plugins/docker/commons/fingerprint/DockerFingerprintAction/index.jelly

+2-3
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2323
THE SOFTWARE.
2424
-->
2525
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define"
26-
xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt"
27-
xmlns:lsi="/shim/layout/icon">
26+
xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt">
2827
<l:layout title="${%title(it.run.fullDisplayName)}">
2928
<st:include it="${it.run}" page="sidepanel.jelly"/>
3029
<l:main-panel>
3130
<h1>
32-
<lsi:icon class="icon-docker-logo icon-xlg"/>
31+
<l:icon class="icon-docker-logo icon-xlg"/>
3332
${%title(it.run.fullDisplayName)}
3433
</h1>
3534
<table class="sortable bigtable pane">

0 commit comments

Comments
 (0)