diff --git a/static/save.svg b/static/save.svg new file mode 100644 index 0000000..46c7299 --- /dev/null +++ b/static/save.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 392c1dc..44dc1b8 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,58 +2,67 @@ {{ title }} - - + + + + + + + +
diff --git a/templates/bootstrap_table.html b/templates/bootstrap_table.html index a5290e6..5c9b20c 100644 --- a/templates/bootstrap_table.html +++ b/templates/bootstrap_table.html @@ -5,13 +5,11 @@ - - - - - - - + + + + + {% for i in json_file['unit'] %} {% endfor %} @@ -26,15 +24,14 @@ {% else %} {% endif %} - - {% for i in json_file['unit'] %} - {% endfor %}
imgelement_idpart_numnamecolor.idcolorqtyIDNameColorQtyMissing ({{ loop.index }}){{ brick.element_id }} {{ brick.part.part_num }} {{ brick.part.name }}{{ brick.color.id }} {{ brick.color.name }} {{ brick.quantity }} + +
{% set ns = namespace(count='') %}
@@ -51,8 +48,14 @@ {% endif %} {% endif %} {% endfor %} - +
+ + +
+