diff --git a/app/ayanova/src/components/inventorywidgetedit.vue b/app/ayanova/src/components/inventorywidgetedit.vue
index 0223c8d1..8c21d6f9 100644
--- a/app/ayanova/src/components/inventorywidgetedit.vue
+++ b/app/ayanova/src/components/inventorywidgetedit.vue
@@ -1,6 +1,6 @@
-
+
@@ -57,12 +57,8 @@
export default {
props: {
dialogdata: {
- dialog: false,
+ showeditdialog: false,
recordId: 0
- },
- dialog: {
- type: Boolean,
- default: false
}
},
data: () => ({})
diff --git a/app/ayanova/src/components/inventorywidgettop.vue b/app/ayanova/src/components/inventorywidgetlist.vue
similarity index 61%
rename from app/ayanova/src/components/inventorywidgettop.vue
rename to app/ayanova/src/components/inventorywidgetlist.vue
index 321a36f2..c734d28d 100644
--- a/app/ayanova/src/components/inventorywidgettop.vue
+++ b/app/ayanova/src/components/inventorywidgetlist.vue
@@ -20,7 +20,7 @@
fa-ellipsis-v
-
+
+
+//Example api response
+// {
+// "data": [
+// {
+// "id": 1,
+// "concurrencyToken": 2262471,
+// "ownerId": 1,
+// "name": "Handcrafted Wooden Bacon 23",
+// "serial": 1,
+// "dollarAmount": 25.42,
+// "active": true,
+// "roles": 8212,
+// "startDate": "2018-11-19T12:20:42.920058",
+// "endDate": "2018-11-19T15:37:47.053849",
+// "notes": "Voluptas assumenda laudantium nemo cupiditate. Quia voluptatem reiciendis et. Sit non error est. Tenetur provident nostrum. Voluptatem voluptatem et."
+// },
+// {
+// "id": 2,
+// "concurrencyToken": 2262494,
+// "ownerId": 1,
+// "name": "Ergonomic Soft Gloves 24",
+// "serial": 2,
+// "dollarAmount": 530.39,
+// "active": true,
+// "roles": 8212,
+// "startDate": "2018-11-19T12:17:32.488013",
+// "endDate": "2018-11-19T17:01:18.425666",
+// "notes": "Sed rerum minima blanditiis est. Praesentium consequatur numquam nostrum voluptatem libero dolores voluptatem et. Aut et nobis consectetur voluptatem minus. Ipsa nemo non in iste adipisci voluptatem. Minus consequatur in accusantium."
+// },
+// {
+// "id": 3,
+// "concurrencyToken": 2262518,
+// "ownerId": 1,
+// "name": "Fantastic Metal Computer 25",
+// "serial": 3,
+// "dollarAmount": 494.3,
+// "active": true,
+// "roles": 8212,
+// "startDate": "2018-11-19T13:06:47.437006",
+// "endDate": "2018-11-19T14:41:44.665721",
+// "notes": "Facere et ex. Ipsa aspernatur itaque maiores sint nulla esse incidunt. Architecto labore voluptatem dolore iusto ut."
+// }
+// ],
+// "paging": {
+// "count": 100,
+// "offset": 0,
+// "limit": 3,
+// "first": "http://localhost:7575/api/v8.0/Widget/ListWidgets?pageNo=1&pageSize=3",
+// "previous": null,
+// "next": "http://localhost:7575/api/v8.0/Widget/ListWidgets?pageNo=1&pageSize=3",
+// "last": "http://localhost:7575/api/v8.0/Widget/ListWidgets?pageNo=34&pageSize=3"
+// }
+// }
diff --git a/app/ayanova/src/views/inventory.vue b/app/ayanova/src/views/inventory.vue
index a54c6671..93a96b5d 100644
--- a/app/ayanova/src/views/inventory.vue
+++ b/app/ayanova/src/views/inventory.vue
@@ -1,46 +1,44 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
- fa-lightbulb
-
-
- Material Design
-
-
- Cras facilisis mi vitae nunc lobortis pharetra. Nulla volutpat tincidunt ornare.
- Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.
- Nullam in aliquet odio. Aliquam eu est vitae tellus bibendum tincidunt. Suspendisse potenti.
-
-
-
-
-
-
-
-
+ -->