From 6c68343653124e8e8c741a068dac6f36f848d59a Mon Sep 17 00:00:00 2001 From: FreneticScribbler Date: Wed, 2 Oct 2019 18:34:34 +0100 Subject: [PATCH] Add status colors to asset list --- assets/templates/asset_list_table_body.html | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/assets/templates/asset_list_table_body.html b/assets/templates/asset_list_table_body.html index fbec39d8..4972b993 100644 --- a/assets/templates/asset_list_table_body.html +++ b/assets/templates/asset_list_table_body.html @@ -1,15 +1,26 @@ {% for item in object_list %} {#
  • {{ item.asset_id }} - {{ item.description }}
  • #} - + + {{ item.asset_id }} {{ item.description }} {{ item.category }} {{ item.status }}
    - View - Edit - Duplicate + View + Edit + Duplicate