From f5bbcae0dbc0efc526f1d5fdd497bbf19fa857f7 Mon Sep 17 00:00:00 2001 From: "zaccaria.majid" Date: Thu, 15 Sep 2022 17:28:26 +0200 Subject: [PATCH] Aggiunta filtri per max record e tempo aggiornamento --- MP.SPEC/Components/ParamsFilter.razor | 50 ++++++++++++++++++++++++ MP.SPEC/Components/ParamsFilter.razor.cs | 34 ++++++++++++++++ MP.SPEC/Data/SelectFluxParams.cs | 4 ++ 3 files changed, 88 insertions(+) diff --git a/MP.SPEC/Components/ParamsFilter.razor b/MP.SPEC/Components/ParamsFilter.razor index 5b2330bb..0bacf746 100644 --- a/MP.SPEC/Components/ParamsFilter.razor +++ b/MP.SPEC/Components/ParamsFilter.razor @@ -14,8 +14,58 @@ } +
+
+ +
+
+ @if (isLoading) + { + + } + else + { + + } +
+
+ +