@adesso
diff --git a/LiMan.UI/Components/ListApplicazioni.razor.cs b/LiMan.UI/Components/ListApplicazioni.razor.cs
index 4086ac0..9e6a819 100644
--- a/LiMan.UI/Components/ListApplicazioni.razor.cs
+++ b/LiMan.UI/Components/ListApplicazioni.razor.cs
@@ -104,9 +104,6 @@ namespace LiMan.UI.Components
protected override async Task OnInitializedAsync()
{
- AppMService.ShowSearch = false;
- AppMService.PageName = "Applicazioni";
- AppMService.PageIcon = "fas fa-gas-pump pr-2";
await ReloadAllData();
}
diff --git a/LiMan.UI/Components/ListApplicazioniGLS.razor.cs b/LiMan.UI/Components/ListApplicazioniGLS.razor.cs
index c9470d4..5ab15c2 100644
--- a/LiMan.UI/Components/ListApplicazioniGLS.razor.cs
+++ b/LiMan.UI/Components/ListApplicazioniGLS.razor.cs
@@ -104,9 +104,6 @@ namespace LiMan.UI.Components
protected override async Task OnInitializedAsync()
{
- AppMService.ShowSearch = false;
- AppMService.PageName = "Applicazioni";
- AppMService.PageIcon = "fas fa-gas-pump pr-2";
await ReloadAllData();
}
diff --git a/LiMan.UI/Components/ListInstallazioni.razor.cs b/LiMan.UI/Components/ListInstallazioni.razor.cs
index 3d72156..03efedc 100644
--- a/LiMan.UI/Components/ListInstallazioni.razor.cs
+++ b/LiMan.UI/Components/ListInstallazioni.razor.cs
@@ -105,8 +105,8 @@ namespace LiMan.UI.Components
protected override async Task OnInitializedAsync()
{
AppMService.ShowSearch = false;
- AppMService.PageName = "Installazioni";
- AppMService.PageIcon = "fas fa-gas-pump pr-2";
+ AppMService.PageName = "Gestione Licenze NEXT";
+ AppMService.PageIcon = "fas fa-key";
await ReloadAllData();
}
diff --git a/LiMan.UI/Components/ListInstallazioniGLS.razor.cs b/LiMan.UI/Components/ListInstallazioniGLS.razor.cs
index 5011c83..a08c8b7 100644
--- a/LiMan.UI/Components/ListInstallazioniGLS.razor.cs
+++ b/LiMan.UI/Components/ListInstallazioniGLS.razor.cs
@@ -105,8 +105,8 @@ namespace LiMan.UI.Components
protected override async Task OnInitializedAsync()
{
AppMService.ShowSearch = false;
- AppMService.PageName = "Installazioni";
- AppMService.PageIcon = "fas fa-gas-pump pr-2";
+ AppMService.PageName = "Licenze Legacy STW";
+ AppMService.PageIcon = "fas fa-lock";
await ReloadAllData();
}
diff --git a/LiMan.UI/Components/ListLicenze.razor.cs b/LiMan.UI/Components/ListLicenze.razor.cs
index 43b938c..6dcbd63 100644
--- a/LiMan.UI/Components/ListLicenze.razor.cs
+++ b/LiMan.UI/Components/ListLicenze.razor.cs
@@ -203,9 +203,6 @@ namespace LiMan.UI.Components
protected override async Task OnInitializedAsync()
{
- AppMService.ShowSearch = false;
- AppMService.PageName = "Licenze";
- AppMService.PageIcon = "fas fa-gas-pump pr-2";
await ReloadAllData();
}
diff --git a/LiMan.UI/Components/ListLicenzeGLS.razor.cs b/LiMan.UI/Components/ListLicenzeGLS.razor.cs
index db3a83d..b33fcb7 100644
--- a/LiMan.UI/Components/ListLicenzeGLS.razor.cs
+++ b/LiMan.UI/Components/ListLicenzeGLS.razor.cs
@@ -225,9 +225,6 @@ namespace LiMan.UI.Components
protected override async Task OnInitializedAsync()
{
- AppMService.ShowSearch = false;
- AppMService.PageName = "Licenze";
- AppMService.PageIcon = "fas fa-gas-pump pr-2";
await ReloadAllData();
}
diff --git a/LiMan.UI/LiMan.UI.csproj b/LiMan.UI/LiMan.UI.csproj
index 3373132..a4339c0 100644
--- a/LiMan.UI/LiMan.UI.csproj
+++ b/LiMan.UI/LiMan.UI.csproj
@@ -1,7 +1,10 @@
-
+
net5.0
+ 1.1.2110.2110
+ LiMan.UI
+ LiMan.UI
@@ -9,8 +12,8 @@
- <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS01.pubxml" />
- <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS02.pubxml" />
+ <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS01.pubxml" />
+ <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS02.pubxml" />
@@ -42,17 +45,11 @@
-
- EditApplicazioni - Copy.razor.cs
-
-
- EditApplicazioni.razor.cs
-
+
+ Always
+
-
-
-
- Always
-
-
-
\ No newline at end of file
+
+
+
+
diff --git a/LiMan.UI/Pages/Applicazioni.razor.cs b/LiMan.UI/Pages/Applicazioni.razor.cs
index 0e530b3..ee3c998 100644
--- a/LiMan.UI/Pages/Applicazioni.razor.cs
+++ b/LiMan.UI/Pages/Applicazioni.razor.cs
@@ -97,9 +97,6 @@ namespace LiMan.UI.Pages
protected override async Task OnInitializedAsync()
{
- AppMService.ShowSearch = false;
- AppMService.PageName = "Applicazioni";
- AppMService.PageIcon = "fas fa-gas-pump pr-2";
await ReloadAllData();
}
diff --git a/LiMan.UI/Pages/Index.razor b/LiMan.UI/Pages/Index.razor
index e6afe9f..2c5d47a 100644
--- a/LiMan.UI/Pages/Index.razor
+++ b/LiMan.UI/Pages/Index.razor
@@ -1,5 +1,20 @@
@page "/"
+@using LiMan.UI.Data
+
+@inject MessageService AppMService
+
Gestore licenze EgalWare
-
Prego selezionare il modulo desiderato tra quelli disponibili
\ No newline at end of file
+
Prego selezionare il modulo desiderato tra quelli disponibili
+
+@code
+{
+ protected override async Task OnInitializedAsync()
+ {
+
+ AppMService.ShowSearch = false;
+ AppMService.PageName = "Home";
+ AppMService.PageIcon = "fas fa-home pr-1";
+ }
+}
\ No newline at end of file
diff --git a/LiMan.UI/Pages/Installazioni.razor.cs b/LiMan.UI/Pages/Installazioni.razor.cs
index 0c433de..b30b55f 100644
--- a/LiMan.UI/Pages/Installazioni.razor.cs
+++ b/LiMan.UI/Pages/Installazioni.razor.cs
@@ -97,9 +97,6 @@ namespace LiMan.UI.Pages
protected override async Task OnInitializedAsync()
{
- AppMService.ShowSearch = false;
- AppMService.PageName = "Installazioni";
- AppMService.PageIcon = "fas fa-gas-pump pr-2";
await ReloadAllData();
}
diff --git a/LiMan.UI/Pages/LicenseManager.razor.cs b/LiMan.UI/Pages/LicenseManager.razor.cs
index 5c225de..2c7c841 100644
--- a/LiMan.UI/Pages/LicenseManager.razor.cs
+++ b/LiMan.UI/Pages/LicenseManager.razor.cs
@@ -125,9 +125,6 @@ namespace LiMan.UI.Pages
protected override async Task OnInitializedAsync()
{
- AppMService.ShowSearch = false;
- AppMService.PageName = "Licenze";
- AppMService.PageIcon = "fas fa-gas-pump pr-2";
await ReloadAllData();
}
diff --git a/LiMan.UI/Properties/PublishProfiles/IIS01.pubxml.user b/LiMan.UI/Properties/PublishProfiles/IIS01.pubxml.user
index 99e42cd..715c747 100644
--- a/LiMan.UI/Properties/PublishProfiles/IIS01.pubxml.user
+++ b/LiMan.UI/Properties/PublishProfiles/IIS01.pubxml.user
@@ -7,6 +7,6 @@ by editing this MSBuild file. In order to learn more about this please visit htt
AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAk75miMJLMkCTEelQutKpbwAAAAACAAAAAAADZgAAwAAAABAAAAA7RC2yFYQ+sbph7Gm3hrEMAAAAAASAAACgAAAAEAAAAFhL9j1HkRjMaqEESfncpZcYAAAAIMz57CMDX9ZLAPLwms1/yHQTf/r/v74FFAAAAB6WaNF8er6HZmelU4da+AsQFSC5
- True|2021-10-15T09:33:23.1161895Z;True|2021-10-15T11:26:37.7646366+02:00;True|2021-10-15T11:26:08.9411561+02:00;True|2021-10-15T11:25:36.6377010+02:00;True|2021-10-15T11:25:15.7375383+02:00;True|2021-10-15T11:20:26.4607123+02:00;True|2021-10-15T11:13:33.8524245+02:00;False|2021-10-15T10:30:42.4253422+02:00;False|2021-10-15T10:27:43.8339493+02:00;False|2021-10-15T10:23:05.0864739+02:00;False|2021-10-15T10:22:43.2958457+02:00;False|2021-10-15T10:22:15.0954116+02:00;True|2021-10-15T10:15:10.5127570+02:00;False|2021-10-15T10:13:53.0299219+02:00;False|2021-10-15T08:58:38.3028788+02:00;False|2021-10-15T08:47:48.5789826+02:00;False|2021-10-14T19:32:56.5281204+02:00;False|2021-10-14T19:31:10.1629370+02:00;True|2021-05-26T19:49:30.0427896+02:00;False|2021-05-26T19:49:14.9065510+02:00;True|2021-05-25T17:48:33.3901785+02:00;True|2021-05-25T17:46:09.2063020+02:00;True|2021-05-25T17:42:47.8167539+02:00;True|2021-05-25T17:22:03.1877438+02:00;True|2021-05-25T17:21:05.1565775+02:00;True|2021-05-25T16:26:34.1426996+02:00;True|2021-05-25T16:14:28.2842402+02:00;True|2021-05-25T15:02:11.7131495+02:00;
+ True|2021-10-21T06:46:30.7409630Z;True|2021-10-21T08:46:23.7853777+02:00;True|2021-10-15T11:33:23.1161895+02:00;True|2021-10-15T11:26:37.7646366+02:00;True|2021-10-15T11:26:08.9411561+02:00;True|2021-10-15T11:25:36.6377010+02:00;True|2021-10-15T11:25:15.7375383+02:00;True|2021-10-15T11:20:26.4607123+02:00;True|2021-10-15T11:13:33.8524245+02:00;False|2021-10-15T10:30:42.4253422+02:00;False|2021-10-15T10:27:43.8339493+02:00;False|2021-10-15T10:23:05.0864739+02:00;False|2021-10-15T10:22:43.2958457+02:00;False|2021-10-15T10:22:15.0954116+02:00;True|2021-10-15T10:15:10.5127570+02:00;False|2021-10-15T10:13:53.0299219+02:00;False|2021-10-15T08:58:38.3028788+02:00;False|2021-10-15T08:47:48.5789826+02:00;False|2021-10-14T19:32:56.5281204+02:00;False|2021-10-14T19:31:10.1629370+02:00;True|2021-05-26T19:49:30.0427896+02:00;False|2021-05-26T19:49:14.9065510+02:00;True|2021-05-25T17:48:33.3901785+02:00;True|2021-05-25T17:46:09.2063020+02:00;True|2021-05-25T17:42:47.8167539+02:00;True|2021-05-25T17:22:03.1877438+02:00;True|2021-05-25T17:21:05.1565775+02:00;True|2021-05-25T16:26:34.1426996+02:00;True|2021-05-25T16:14:28.2842402+02:00;True|2021-05-25T15:02:11.7131495+02:00;
\ No newline at end of file
diff --git a/LiMan.UI/Properties/PublishProfiles/IIS02.pubxml.user b/LiMan.UI/Properties/PublishProfiles/IIS02.pubxml.user
index 89a6f75..e7d398d 100644
--- a/LiMan.UI/Properties/PublishProfiles/IIS02.pubxml.user
+++ b/LiMan.UI/Properties/PublishProfiles/IIS02.pubxml.user
@@ -7,6 +7,6 @@ by editing this MSBuild file. In order to learn more about this please visit htt
AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAk75miMJLMkCTEelQutKpbwAAAAACAAAAAAADZgAAwAAAABAAAAA7RC2yFYQ+sbph7Gm3hrEMAAAAAASAAACgAAAAEAAAAFhL9j1HkRjMaqEESfncpZcYAAAAIMz57CMDX9ZLAPLwms1/yHQTf/r/v74FFAAAAB6WaNF8er6HZmelU4da+AsQFSC5
- True|2021-10-15T08:15:10.5127570Z;False|2021-10-15T10:13:53.0299219+02:00;False|2021-10-15T08:58:38.3028788+02:00;False|2021-10-15T08:47:48.5789826+02:00;False|2021-10-14T19:32:56.5281204+02:00;False|2021-10-14T19:31:10.1629370+02:00;True|2021-05-26T19:49:30.0427896+02:00;False|2021-05-26T19:49:14.9065510+02:00;True|2021-05-25T17:48:33.3901785+02:00;True|2021-05-25T17:46:09.2063020+02:00;True|2021-05-25T17:42:47.8167539+02:00;True|2021-05-25T17:22:03.1877438+02:00;True|2021-05-25T17:21:05.1565775+02:00;True|2021-05-25T16:26:34.1426996+02:00;True|2021-05-25T16:14:28.2842402+02:00;True|2021-05-25T15:02:11.7131495+02:00;
+ True|2021-10-21T06:47:02.7531067Z;True|2021-10-21T08:46:57.5039372+02:00;True|2021-10-21T08:46:50.4899105+02:00;True|2021-10-15T10:15:10.5127570+02:00;False|2021-10-15T10:13:53.0299219+02:00;False|2021-10-15T08:58:38.3028788+02:00;False|2021-10-15T08:47:48.5789826+02:00;False|2021-10-14T19:32:56.5281204+02:00;False|2021-10-14T19:31:10.1629370+02:00;True|2021-05-26T19:49:30.0427896+02:00;False|2021-05-26T19:49:14.9065510+02:00;True|2021-05-25T17:48:33.3901785+02:00;True|2021-05-25T17:46:09.2063020+02:00;True|2021-05-25T17:42:47.8167539+02:00;True|2021-05-25T17:22:03.1877438+02:00;True|2021-05-25T17:21:05.1565775+02:00;True|2021-05-25T16:26:34.1426996+02:00;True|2021-05-25T16:14:28.2842402+02:00;True|2021-05-25T15:02:11.7131495+02:00;
\ No newline at end of file
diff --git a/LiMan.UI/Resources/ChangeLog.html b/LiMan.UI/Resources/ChangeLog.html
index eaaf6b5..d8554ea 100644
--- a/LiMan.UI/Resources/ChangeLog.html
+++ b/LiMan.UI/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
-
Modulo License Manager
-
Versione: 6.14.2109.3016
+
License Manager
+
Versione: 1.1.2110.2110
Note di rilascio: