diff --git a/Monitor/Pages/_get/DashboardTop.cshtml b/Monitor/Pages/_get/DashboardTop.cshtml index 0c0dec8..93520df 100644 --- a/Monitor/Pages/_get/DashboardTop.cshtml +++ b/Monitor/Pages/_get/DashboardTop.cshtml @@ -18,9 +18,9 @@ Market - Ask - Volume - 24H + 24H + Volume + Ask Buy Strategies @@ -59,9 +59,9 @@ } else { @buyLogEntry.Market } - @buyLogEntry.CurrentPrice.ToString("#,#0.00000000", new System.Globalization.CultureInfo("en-US")) - @string.Format("{0}", (buyLogEntry.Volume).ToString()) @string.Format("{0}%", (buyLogEntry.PercChange * 100).ToString("#,#0.00")) + @string.Format("{0}", (buyLogEntry.Volume).ToString()) + @buyLogEntry.CurrentPrice.ToString("#,#0.00000000", new System.Globalization.CultureInfo("en-US")) @if (buyDisabled) { @Html.Raw(buyStrategyText) } else {