From d9e5bfd97110190fcb88d13946c017c454169f9d Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 15 Aug 2019 19:26:13 +1000 Subject: [PATCH] Use button row rather than drop-down for build display --- .../build/templates/build/build_base.html | 36 ++++++++++--------- InvenTree/build/templates/build/tabs.html | 2 +- 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/InvenTree/build/templates/build/build_base.html b/InvenTree/build/templates/build/build_base.html index b171f2c8aa..828bed1f77 100644 --- a/InvenTree/build/templates/build/build_base.html +++ b/InvenTree/build/templates/build/build_base.html @@ -23,6 +23,25 @@ InvenTree | Build - {{ build }}

Build Details

+ +

+

+
+ + {% if build.is_active %} + + + {% endif %} +
+
+

+ @@ -53,23 +72,6 @@ InvenTree | Build - {{ build }} -
-

-
- -
-

-

diff --git a/InvenTree/build/templates/build/tabs.html b/InvenTree/build/templates/build/tabs.html index 03b7172742..6f8ba4f355 100644 --- a/InvenTree/build/templates/build/tabs.html +++ b/InvenTree/build/templates/build/tabs.html @@ -3,6 +3,6 @@ Details - Parts + Assign Parts \ No newline at end of file
{{ build.title }}