mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
UI tweaks
This commit is contained in:
parent
2da3a022bf
commit
489d5de9c4
@ -18,9 +18,6 @@ InvenTree | Build - {{ build }}
|
|||||||
<h3>
|
<h3>
|
||||||
<div style='float: right;'>
|
<div style='float: right;'>
|
||||||
<div class="dropdown" style="float: right;">
|
<div class="dropdown" style="float: right;">
|
||||||
<a href="{% url 'build-allocate' build.id %}">
|
|
||||||
<button class='btn btn-info' type='button' title='Allocate Parts' id='build-allocate'>Allocate Parts</button>
|
|
||||||
</a>
|
|
||||||
<button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown">Options
|
<button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown">Options
|
||||||
<span class="caret"></span></button>
|
<span class="caret"></span></button>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
{% include "build/tabs.html" with tab='required' %}
|
{% include "build/tabs.html" with tab='required' %}
|
||||||
|
|
||||||
<h4>Required Parts</h4>
|
<h4>Required Parts</h4>
|
||||||
<table class='table table-striped' id='build-list' data-sorting='true'>
|
<table class='table table-striped table-condensed' id='build-list' data-sorting='true'>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Part</th>
|
<th>Part</th>
|
||||||
|
Loading…
Reference in New Issue
Block a user