diff --git a/assets/templates/asset_list.html b/assets/templates/asset_list.html index 51157954..480421cd 100644 --- a/assets/templates/asset_list.html +++ b/assets/templates/asset_list.html @@ -40,10 +40,12 @@ -New - -{% include 'partials/asset_list_table.html' %} - +
| Asset ID | -Description | +Description | Category | Status | Quick Links | @@ -13,7 +13,7 @@ {% for item in object_list %}
|---|---|---|---|---|---|
| {{ item.asset_id }} | -{{ item.description }} | +{{ item.description }} | {{ item.category }} | {{ item.status }} |