From a8b4aa7b22626331753a19070dc080b0408908c1 Mon Sep 17 00:00:00 2001 From: ivanszabo Date: Tue, 22 Apr 2025 18:05:31 +0200 Subject: [PATCH 1/2] ProgramVersion - Backend --- src/WorkFlowCheck.Web/Helpers/SystemHelper.cs | 2 ++ src/WorkFlowCheck.Web/Pages/Account/Login.cshtml | 10 +++++++++- src/WorkFlowCheck.Web/Pages/Shared/_Layout.cshtml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/WorkFlowCheck.Web/Helpers/SystemHelper.cs b/src/WorkFlowCheck.Web/Helpers/SystemHelper.cs index ca9d9a6..71729ec 100644 --- a/src/WorkFlowCheck.Web/Helpers/SystemHelper.cs +++ b/src/WorkFlowCheck.Web/Helpers/SystemHelper.cs @@ -7,6 +7,8 @@ namespace WorkFlowCheck.Web.Helpers public static class SystemHelper { public static string DatabaseName = ""; + public static string ProgramVersion = "v1.1.018"; + public async static Task GetAPIInfoAsync(IConfiguration configuration) { using (var httpClient = new HttpClient()) diff --git a/src/WorkFlowCheck.Web/Pages/Account/Login.cshtml b/src/WorkFlowCheck.Web/Pages/Account/Login.cshtml index 897fd4a..548e73b 100644 --- a/src/WorkFlowCheck.Web/Pages/Account/Login.cshtml +++ b/src/WorkFlowCheck.Web/Pages/Account/Login.cshtml @@ -19,7 +19,9 @@ @ViewData["Title"] - +@* *@ + +

Bejelentkezés

@@ -53,6 +55,12 @@
+
+ diff --git a/src/WorkFlowCheck.Web/Pages/Shared/_Layout.cshtml b/src/WorkFlowCheck.Web/Pages/Shared/_Layout.cshtml index e93ce60..fe08bb3 100644 --- a/src/WorkFlowCheck.Web/Pages/Shared/_Layout.cshtml +++ b/src/WorkFlowCheck.Web/Pages/Shared/_Layout.cshtml @@ -179,7 +179,7 @@ From f80029bd074ce6f71cdb398223db309f6774f15a Mon Sep 17 00:00:00 2001 From: ivanszabo Date: Tue, 22 Apr 2025 18:12:57 +0200 Subject: [PATCH 2/2] =?UTF-8?q?API=20URL=20be=C3=A1ll=C3=ADt=C3=A1sa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/WorkFlowCheck.Web/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WorkFlowCheck.Web/appsettings.json b/src/WorkFlowCheck.Web/appsettings.json index 7ed5f99..2d19895 100644 --- a/src/WorkFlowCheck.Web/appsettings.json +++ b/src/WorkFlowCheck.Web/appsettings.json @@ -1,5 +1,5 @@ { - "ApiBaseUrl": "https://wfcapi.nuvolar.hu/", + "ApiBaseUrl": "https://uat.wfcapi.nuvolar.hu/", "ApiKey": "RUJeLSpSMzVASUdaRCEzUyYxRSE0VyFISFRSJC0zRzhLM1hCSDU=", "Jwt": { "SecretKey": "9aLxV2t7RpM8BfKqZwXy3GehYJDUNTCrHkVZ",