This commit is contained in:
2025-04-22 18:38:42 +02:00
4 changed files with 13 additions and 3 deletions
@@ -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())
@@ -19,7 +19,9 @@
<title>@ViewData["Title"]</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body class="bg-light d-flex justify-content-center align-items-center vh-100">
@* <body class="bg-light d-flex justify-content-center align-items-center vh-100"> *@
<body class="bg-light d-flex flex-column min-vh-100">
<main class="flex-grow-1 d-flex justify-content-center align-items-center">
<div class="card shadow p-4" style="min-width: 350px; max-width: 400px; width: 100%;">
<h2 class="mb-4 text-center">Bejelentkezés</h2>
@@ -53,6 +55,12 @@
</div>
</form>
</div>
</main>
<footer class="border-top footer text-muted">
<div class="container">
&copy; @(DateTime.Now.Year) - Workflow Check App - Version @(SystemHelper.ProgramVersion)
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
@@ -179,7 +179,7 @@
<footer class="border-top footer text-muted">
<div class="container">
&copy; @DateTime.Now.Year - Workflow Check App - Version v1.1.018 (@SystemHelper.DatabaseName)<a asp-area="" asp-page="/Privacy">Privacy</a>
&copy; @(DateTime.Now.Year) - Workflow Check App - Version @(SystemHelper.ProgramVersion) (@(SystemHelper.DatabaseName))<a asp-area="" asp-page="/Privacy">Privacy</a>
</div>
</footer>
+1 -1
View File
@@ -1,5 +1,5 @@
{
"ApiBaseUrl": "https://wfcapi.nuvolar.hu/",
"ApiBaseUrl": "https://uat.wfcapi.nuvolar.hu/",
"ApiKey": "RUJeLSpSMzVASUdaRCEzUyYxRSE0VyFISFRSJC0zRzhLM1hCSDU=",
"Jwt": {
"SecretKey": "9aLxV2t7RpM8BfKqZwXy3GehYJDUNTCrHkVZ",