mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-24 07:44:46 +08:00
Merge pull request #6886 from sboursen-scinote/sb_SCI-9948
Fix issues with relationships columns in inventory table [SCI-9948]
This commit is contained in:
commit
2020a8ce17
2 changed files with 2 additions and 2 deletions
|
@ -271,7 +271,7 @@ $.fn.dataTable.render.defaultRepositoryStockConsumptionValue = function() {
|
|||
$.fn.dataTable.render.RelationshipValue = function(data, row) {
|
||||
return `<a
|
||||
style="text-decoration: none !important;"
|
||||
class="relationships-info-link !text-sn-science-blue !no-underline pl-4"
|
||||
class="relationships-info-link !text-sn-blue !no-underline pl-4"
|
||||
href=${row.recordInfoUrl}>
|
||||
${data}
|
||||
</a>`;
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<% end %>
|
||||
<th id="row-id"><%= t("repositories.table.id") %></th>
|
||||
<th id="row-name"><%= t("repositories.table.row_name") %></th>
|
||||
<th id="relationship"><%= t("repositories.table.relationship") %></th>
|
||||
<th id="relationship"><%= t("repositories.table.relationships") %></th>
|
||||
<th id="added-on"><%= t("repositories.table.added_on") %></th>
|
||||
<th id="added-by"><%= t("repositories.table.added_by") %></th>
|
||||
<th id="archived-on"><%= t("repositories.table.archived_on") %></th>
|
||||
|
|
Loading…
Reference in a new issue