diff --git a/apps/web/components/CustomerTable.vue b/apps/web/components/CustomerTable.vue index a11bf21..987cff3 100644 --- a/apps/web/components/CustomerTable.vue +++ b/apps/web/components/CustomerTable.vue @@ -2,16 +2,7 @@
-
-
-

Customers

-

You can create, modify or delete a customer.

-
-
- -
-
-
+
diff --git a/apps/web/components/LicenseChart.vue b/apps/web/components/LicenseChart.vue new file mode 100644 index 0000000..b5b896f --- /dev/null +++ b/apps/web/components/LicenseChart.vue @@ -0,0 +1,104 @@ + + + \ No newline at end of file diff --git a/apps/web/components/LicenseTable.vue b/apps/web/components/LicenseTable.vue index 6899eef..3cfd5a4 100644 --- a/apps/web/components/LicenseTable.vue +++ b/apps/web/components/LicenseTable.vue @@ -2,16 +2,7 @@
-
-
-

Licenses

-

You can create, modify or delete a license.

-
-
- -
-
-
+
@@ -56,7 +47,9 @@ - + diff --git a/apps/web/components/ProductTable.vue b/apps/web/components/ProductTable.vue index f58ed4b..834d920 100644 --- a/apps/web/components/ProductTable.vue +++ b/apps/web/components/ProductTable.vue @@ -2,16 +2,7 @@
-
-
-

Products

-

You can create, modify or delete a product.

-
-
- -
-
-
+
{{ token.License.name }} + {{ token.License.name }} + {{ token.Product.name }} {{ token.Customer.name }} {{ token.License.createdAt }}
diff --git a/apps/web/layouts/dashboard.vue b/apps/web/layouts/dashboard.vue index ea88e09..27c57a5 100644 --- a/apps/web/layouts/dashboard.vue +++ b/apps/web/layouts/dashboard.vue @@ -17,20 +17,12 @@
GetLicensed
-