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}")