diff --git a/assets/templates/partials/asset_list_table_body.html b/assets/templates/partials/asset_list_table_body.html index db4a62a9..523e99e1 100644 --- a/assets/templates/partials/asset_list_table_body.html +++ b/assets/templates/partials/asset_list_table_body.html @@ -11,10 +11,10 @@ text-muted {% endif %} "> - {{ item.asset_id }} - {{ item.description }} - {{ item.category }} - {{ item.status }} + {{ item.asset_id }} + {{ item.description }} + {{ item.category }} + {{ item.status }}
View