+
+
+ {{ 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;
}