diff --git a/frontend/src/views/InventoryDetail.vue b/frontend/src/views/InventoryDetail.vue index 8f2a931..9010d79 100644 --- a/frontend/src/views/InventoryDetail.vue +++ b/frontend/src/views/InventoryDetail.vue @@ -4,38 +4,48 @@
-
Inventory
+
Edit Item
- - - - - - - - - - - - - - - - - -
ItemQuantityOwnerActions
{{ item.name }}{{ item.quantity }}{{ item.owner }} - - - - - - -
-
-
- - Add +
+ + {{ tag }} + +
+
+ + {{ property.name }}={{ property.value }} + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
@@ -46,10 +56,26 @@