diff --git a/frontend/src/views/Inventory.vue b/frontend/src/views/Inventory.vue index 05b3121..8a49079 100644 --- a/frontend/src/views/Inventory.vue +++ b/frontend/src/views/Inventory.vue @@ -23,9 +23,12 @@
Add - + @@ -55,32 +58,30 @@ {{ item.owned_quantity }} - + - + - + -
-
-
+
+
+
- + class="card-img-top img-preview-masonry"/>
@@ -93,17 +94,61 @@
Edit + class="btn btn-primary btn-sm" title="Edit"> + + + +
+
+
+
+
+
+
+
+
+
+ +
+
+ + {{ item.name }} +
+
+ {{ item.availability_policy }} + {{ item.visibility_policy }} + {{ item.owned_quantity }} +
+
+ + + + + + + +
@@ -248,7 +293,42 @@ export default { \ No newline at end of file diff --git a/frontend/src/views/StorageLocation.vue b/frontend/src/views/StorageLocation.vue index e8d5f35..aa702fb 100644 --- a/frontend/src/views/StorageLocation.vue +++ b/frontend/src/views/StorageLocation.vue @@ -55,16 +55,16 @@ {{ location.visibility_policy }} - + - + - + @@ -73,10 +73,10 @@
-
-
-
+
+
{{ location.name }} @@ -90,19 +90,21 @@
{{ location.description }}
-
+
Edit + class="btn btn-primary btn-sm" title="Edit"> + + class="btn btn-secondary btn-sm" title="Print Label">
@@ -233,11 +235,11 @@ export default { font-size: 0.8rem; } -.btn-group.mt-2 { +.btn-group.mt-auto { width: 100%; } -.btn-group.mt-2 .btn { +.btn-group.mt-auto .btn { flex: 1; }