diff --git a/frontend/src/app/Views/dashboard/dashboard.component.html b/frontend/src/app/Views/dashboard/dashboard.component.html index b52475f..509ebbe 100644 --- a/frontend/src/app/Views/dashboard/dashboard.component.html +++ b/frontend/src/app/Views/dashboard/dashboard.component.html @@ -3,7 +3,7 @@
-
Aktienübersicht
+
Stocks
@@ -51,16 +51,55 @@
-
Depotübersicht
+
Depot
- + +
+
+
+
+

Portfolio Value

+
+
+
+
+

Portfolio Cost

+
+
+
+
+

Portfolio Profit

+
+
+
+
+
+
+ savings{{ depotCurrentValue.toFixed(2) }} +
+
+ paid{{ depotCost.toFixed(2) }} +
+
+ account_balance{{ profit.toFixed(2) }} +
+
+
+
-
Transaktionen
+
Transactions