From 9cd90d0d52b1d8b751174e7b1b7b638f0aa139c2 Mon Sep 17 00:00:00 2001 From: Arona Jones Date: Thu, 27 Feb 2020 10:39:25 +0000 Subject: [PATCH] Move cabletype menu links into 'Assets' dropdown --- templates/base_assets.html | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/templates/base_assets.html b/templates/base_assets.html index aad07820..7f226963 100644 --- a/templates/base_assets.html +++ b/templates/base_assets.html @@ -17,7 +17,12 @@ {% if perms.assets.add_asset %}
  • Create Asset
  • {% endif %} - + +
  • + List Cable Types
  • + {% if perms.assets.add_cable_type %} +
  • Create Cable Type
  • + {% endif %} - {% if perms.assets.view_asset %}
  • Recent Changes
  • {% endif %}