mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 21:15:41 +00:00
PEP fixes
This commit is contained in:
@ -149,7 +149,8 @@ function loadAttachmentTable(url, options) {
|
||||
|
||||
return renderLink(html, value);
|
||||
} else if (row.link) {
|
||||
return renderLink(row.link, row.link);
|
||||
var html = `<span class='fas fa-link'></span> ${row.link}`;
|
||||
return renderLink(html, row.link);
|
||||
} else {
|
||||
return '-';
|
||||
}
|
||||
|
Reference in New Issue
Block a user