From e7d1f246ceed4ee44fe89b3dd8aaf85671a69e10 Mon Sep 17 00:00:00 2001 From: djbadders <34887832+djbadders@users.noreply.github.com> Date: Mon, 1 Mar 2021 14:16:13 +0000 Subject: [PATCH] Tweaked the age data look --- Monitor/Pages/_get/DashboardTop.cshtml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/Monitor/Pages/_get/DashboardTop.cshtml b/Monitor/Pages/_get/DashboardTop.cshtml index 849aa86..cd50fc4 100644 --- a/Monitor/Pages/_get/DashboardTop.cshtml +++ b/Monitor/Pages/_get/DashboardTop.cshtml @@ -166,17 +166,19 @@ - - @if (mps == null || mps.ActiveSingleSettings == null || mps.ActiveSingleSettings.Count == 0) - { - @dcaLogEntry.Market - } else - { - @dcaLogEntry.Market - } + + + @if (mps == null || mps.ActiveSingleSettings == null || mps.ActiveSingleSettings.Count == 0) + { + @dcaLogEntry.Market + } else + { + @dcaLogEntry.Market + } +
@bagAgeText - + @Html.Raw((dcaLogEntry.PercChange * 100).ToString("#,#0.00", new System.Globalization.CultureInfo("en-US")))%