From d8130e5d170bccf62f8fe7c8429925e5558bbc98 Mon Sep 17 00:00:00 2001 From: HojouFotytu <36724681+HojouFotytu@users.noreply.github.com> Date: Wed, 15 Jul 2020 19:04:37 +0900 Subject: [PATCH] Re-Implement Dashboard Bottom GUI changes --- Core/ProfitTrailer/StrategyHelper.cs | 2 +- Monitor/Pages/_get/DashboardBottom.cshtml | 31 ++++++++++++----------- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/Core/ProfitTrailer/StrategyHelper.cs b/Core/ProfitTrailer/StrategyHelper.cs index e6b3b0a..ab5aa0f 100644 --- a/Core/ProfitTrailer/StrategyHelper.cs +++ b/Core/ProfitTrailer/StrategyHelper.cs @@ -238,7 +238,7 @@ namespace Core.ProfitTrailer { leverage = strategyName.Remove(0, 9); leverage = leverage.Remove(leverage.Length - 1, 1); - result = "CROSS" + leverage + "X"; + result = "CROSS " + leverage + "X"; } if (result.Contains("ISOLATED")) { diff --git a/Monitor/Pages/_get/DashboardBottom.cshtml b/Monitor/Pages/_get/DashboardBottom.cshtml index 7cf7553..0edb4af 100644 --- a/Monitor/Pages/_get/DashboardBottom.cshtml +++ b/Monitor/Pages/_get/DashboardBottom.cshtml @@ -10,7 +10,7 @@ }