mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Fix issues with relationships columns in inventory table [SCI-9948]
This commit is contained in:
parent
67ea1b15fe
commit
e62a4a60ad
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