diff --git a/src/Corsinvest.ProxmoxVE.Admin.Core/Corsinvest.ProxmoxVE.Admin.Core.csproj b/src/Corsinvest.ProxmoxVE.Admin.Core/Corsinvest.ProxmoxVE.Admin.Core.csproj index 80cf90f..cd719b2 100644 --- a/src/Corsinvest.ProxmoxVE.Admin.Core/Corsinvest.ProxmoxVE.Admin.Core.csproj +++ b/src/Corsinvest.ProxmoxVE.Admin.Core/Corsinvest.ProxmoxVE.Admin.Core.csproj @@ -7,7 +7,7 @@ - + @@ -16,7 +16,7 @@ - + diff --git a/src/Corsinvest.ProxmoxVE.Admin.Diagnostic/Components/Detail.razor.cs b/src/Corsinvest.ProxmoxVE.Admin.Diagnostic/Components/Detail.razor.cs index 251de34..5426c3f 100644 --- a/src/Corsinvest.ProxmoxVE.Admin.Diagnostic/Components/Detail.razor.cs +++ b/src/Corsinvest.ProxmoxVE.Admin.Diagnostic/Components/Detail.razor.cs @@ -112,7 +112,7 @@ private async Task> LoadData() return result; } - private async Task ShowInfo(Data item) => await BrowserService.Open(item.Url, "_blank"); + private async Task ShowInfo(Data item) => await BrowserService.Open(item.Url!, "_blank"); private static string GroupClassFunc(GroupDefinition group) => (DiagnosticResultGravity)group.Grouping.Key switch diff --git a/src/Corsinvest.ProxmoxVE.Admin.VzDumpTrend/Helper.cs b/src/Corsinvest.ProxmoxVE.Admin.VzDumpTrend/Helper.cs index e914aa7..7802a76 100644 --- a/src/Corsinvest.ProxmoxVE.Admin.VzDumpTrend/Helper.cs +++ b/src/Corsinvest.ProxmoxVE.Admin.VzDumpTrend/Helper.cs @@ -41,12 +41,6 @@ public static List ParserVzDumpFromTaskLog(VzDumpTask task) for (int i = 0; i < rows.Length; i++) { var row = rows[i]; - - if (row == "INFO: Starting Backup of VM 105 (qemu)") - { - var aa = 1; - } - if (row.StartsWith(KEY_STARTING_ERROR)) { var vmId = row[KEY_STARTING_ERROR.Length..].Split(' ')[0]; diff --git a/src/Corsinvest.ProxmoxVE.Admin/Corsinvest.ProxmoxVE.Admin.csproj b/src/Corsinvest.ProxmoxVE.Admin/Corsinvest.ProxmoxVE.Admin.csproj index f632b14..7ed67e9 100644 --- a/src/Corsinvest.ProxmoxVE.Admin/Corsinvest.ProxmoxVE.Admin.csproj +++ b/src/Corsinvest.ProxmoxVE.Admin/Corsinvest.ProxmoxVE.Admin.csproj @@ -7,13 +7,13 @@ - - - - - - - + + + + + + + diff --git a/src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/index.adoc b/src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/index.adoc index 5993df2..d842f5c 100644 --- a/src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/index.adoc +++ b/src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/index.adoc @@ -11,7 +11,7 @@ Powered by Corsinvest Srl :icons: font :pve-name: Proxmox VE :app-name: cv4pve-admin -:app-version: v1.0.0 +:app-version: v1.0.1 :app-url-site: https://www.corsinvest.it/cv4pve-admin :company-url: https://www.corsinvest.it :company-name: Corsinvest Srl diff --git a/src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/index.html b/src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/index.html index 01dce13..4c4f4e4 100644 --- a/src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/index.html +++ b/src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/index.html @@ -439,7 +439,7 @@ diff --git a/src/common.props b/src/common.props index ac7ddeb..98bda76 100644 --- a/src/common.props +++ b/src/common.props @@ -6,7 +6,7 @@ false latest - 1.0.0 + 1.0.1 $(NoWarn);CS1591