We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006c353 commit cdbc1a7Copy full SHA for cdbc1a7
singularity/views/templates/container_tree.html
@@ -151,9 +151,9 @@ <h3>Files</h3>
151
nodeEnter.append("image")
152
.attr("xlink:href",function(d) {
153
if (d._children.length > 0) {
154
- return "/static/img/folder-blue.png";
+ return "https://github.com/vsoch/singularity-python/raw/v2.5/singularity/views/static/img/folder-blue.png";
155
} else {
156
- return "/static/img/folder.png";
+ return "https://github.com/vsoch/singularity-python/raw/v2.5/singularity/views/static/img/folder.png";
157
}
158
})
159
.attr("x", "-8px")
0 commit comments