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 Original file line number Diff line number Diff line change @@ -23,13 +23,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23
23
THE SOFTWARE.
24
24
-->
25
25
<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" >
28
27
<l : layout title =" ${%title(it.run.fullDisplayName)}" >
29
28
<st : include it =" ${it.run}" page =" sidepanel.jelly" />
30
29
<l : main-panel >
31
30
<h1 >
32
- <lsi : icon class =" icon-docker-logo icon-xlg" />
31
+ <l : icon class =" icon-docker-logo icon-xlg" />
33
32
${%title(it.run.fullDisplayName)}
34
33
</h1 >
35
34
<table class =" sortable bigtable pane" >
You can’t perform that action at this time.
0 commit comments