Skip to content

Commit

Permalink
update irods collecton modal copy button icon (#1851)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Dec 7, 2023
1 parent 91f86c4 commit eb7ece0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Changed
- **General**
- Upgrade to Django v3.2.23 (#1811)
- Upgrade to django-sodar-core v0.13.3 (#1810)
- **Irodsbackend**
- iRODS collection modal copy button icon (#1851)
- **Landingzones**
- Disable locked zone controls in template for non-superusers (#1808)
- Rename and refactor ``disable_zone_ui()`` template tag (#1808)
Expand Down
2 changes: 1 addition & 1 deletion irodsbackend/static/irodsbackend/js/irodsbackend.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ $(document).ready(function() {
'title="Copy iRODS path into clipboard" data-tooltip="tooltip" ' +
'data-placement="top" onclick="copyModalPath(\'' + obj['path'] +
'\', \'' + elemId + '\')">' +
'<i class="iconify" data-icon="mdi:clipboard-text-multiple"></i>' +
'<i class="iconify" data-icon="mdi:console-line"></i>' +
'</button>';
var iconHtml = '<i class="iconify mr-1" data-icon="' + icon + '"' +
' title="' + toolTip + '"></i>';
Expand Down

0 comments on commit eb7ece0

Please sign in to comment.