From 81249161d47094344cc5265a10ced3678908a7a9 Mon Sep 17 00:00:00 2001 From: HojouFotytu <36724681+HojouFotytu@users.noreply.github.com> Date: Wed, 1 May 2019 16:19:37 +0900 Subject: [PATCH] Minor dashboard layout changes --- Monitor/Pages/_get/DashboardBottom.cshtml | 67 ++++++++++++----------- Monitor/Pages/_get/DashboardTop.cshtml | 4 +- 2 files changed, 37 insertions(+), 34 deletions(-) diff --git a/Monitor/Pages/_get/DashboardBottom.cshtml b/Monitor/Pages/_get/DashboardBottom.cshtml index f621df8..e470cd3 100644 --- a/Monitor/Pages/_get/DashboardBottom.cshtml +++ b/Monitor/Pages/_get/DashboardBottom.cshtml @@ -9,6 +9,41 @@ } + +
+
+
+ @if (!Model.TrendChartDataJSON.Equals("")) { +
+ +
+ } else { +

Unable to load graph, no market trend data found.

+ } +
+
+
+
+

Asset Distribution

+
+ +
+
+
+
+
+ @if (!Model.ProfitChartDataJSON.Equals("")) { +
+ +
+ } else { +

Unable to load graph, no sales data found.

+ } +
+
+
+ +
@@ -133,38 +168,6 @@
-
-
-
- @if (!Model.TrendChartDataJSON.Equals("")) { -
- -
- } else { -

Unable to load graph, no market trend data found.

- } -
-
-
-
-

Asset Distribution

-
- -
-
-
-
-
- @if (!Model.ProfitChartDataJSON.Equals("")) { -
- -
- } else { -

Unable to load graph, no sales data found.

- } -
-
-
diff --git a/Monitor/Pages/_get/DashboardTop.cshtml b/Monitor/Pages/_get/DashboardTop.cshtml index 39d98d3..0bac1c1 100644 --- a/Monitor/Pages/_get/DashboardTop.cshtml +++ b/Monitor/Pages/_get/DashboardTop.cshtml @@ -5,7 +5,7 @@ }
-
+

Possible Buys (@Model.PTData.BuyLog.Count)more

@if (Model.PTData.BuyLog.Count == 0) { @@ -80,7 +80,7 @@
-
+

Pairs & DCA (@Model.PTData.DCALog.Count)more