Skip to content

Commit

Permalink
Switch to new image_locked_slash16.png
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-allan committed Jul 29, 2024
1 parent 97e479b commit f347f53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions omeroweb/webclient/static/webclient/javascript/ome.tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ $(function() {
rv.text = value.value;
} else if (type === 'image' && value.archived) {
rv.a_attr = {title: 'Image is archived'};
rv.icon = WEBCLIENT.URLS.static_webclient + 'image/image_locked16.png';
rv.icon = WEBCLIENT.URLS.static_webclient + 'image/image_locked_slash16.png';
}
return rv;
}
Expand Down Expand Up @@ -1350,4 +1350,4 @@ $(function() {
}
}
});
});
});

0 comments on commit f347f53

Please sign in to comment.