Skip to content

Commit

Permalink
If archived, change the icon
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-allan committed May 15, 2024
1 parent acd2c33 commit 8a5c47f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions omeroweb/webclient/static/webclient/javascript/ome.tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,8 @@ $(function() {
rv.children = true;
rv.type = value.set ? 'tagset' : 'tag';
rv.text = value.value;
} else if (type === 'image' && value.archived) {
rv.icon = WEBCLIENT.URLS.static_webclient + 'image/image_locked16.png';
}
return rv;
}
Expand Down

0 comments on commit 8a5c47f

Please sign in to comment.