From f10fbffaf5c1cbca44de3a86c57e35bdacfb65b7 Mon Sep 17 00:00:00 2001 From: Samuele Emilio Locatelli Date: Fri, 30 Jun 2023 04:54:47 +0000 Subject: [PATCH] Update MyRepStats.razor --- GPW.CORE.WRKLOG/Components/MyRepStats.razor | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/GPW.CORE.WRKLOG/Components/MyRepStats.razor b/GPW.CORE.WRKLOG/Components/MyRepStats.razor index c81c88d..48e9933 100644 --- a/GPW.CORE.WRKLOG/Components/MyRepStats.razor +++ b/GPW.CORE.WRKLOG/Components/MyRepStats.razor @@ -1,4 +1,4 @@ -
+
@if (CurrData == null) { @@ -32,14 +32,14 @@ {
-
- Progetti +
+

Project Pareto

    @foreach (var item in paretoDetail) {
  • -
    +
    @item.Cliente | @item.NomeProj
    @($"{item.TotOre:N1}")