Skip to content

Commit

Permalink
Merge pull request #86 from franklupo/main
Browse files Browse the repository at this point in the history
Fix dianostic smart
  • Loading branch information
franklupo authored Aug 11, 2023
2 parents 18586d2 + d6ac386 commit 29ac311
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Corsinvest.AppHero.Core.MudBlazorUI" Version="0.1.0" />
<PackageReference Include="Corsinvest.AppHero.Core.MudBlazorUI" Version="0.1.1" />

<PackageReference Include="QuestPDF" Version="2023.6.1" />
<PackageReference Include="HarfBuzzSharp.NativeAssets.Linux" Version="2.8.2.3" />
Expand All @@ -16,7 +16,7 @@
<PackageReference Include="Blazor-ApexCharts" Version="0.9.19-beta" />
<PackageReference Include="Blazored.LocalStorage" Version="4.3.0" />
<PackageReference Include="Blazored.SessionStorage" Version="2.3.0" />
<PackageReference Include="Corsinvest.ProxmoxVE.Api.Extension" Version="8.0.0" />
<PackageReference Include="Corsinvest.ProxmoxVE.Api.Extension" Version="8.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.10" />
<PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="7.22.4" />
<PackageReference Include="SSH.NET" Version="2020.0.2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ private async Task<List<Data>> 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<Data> group)
=> (DiagnosticResultGravity)group.Grouping.Key switch
Expand Down
6 changes: 0 additions & 6 deletions src/Corsinvest.ProxmoxVE.Admin.VzDumpTrend/Helper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ public static List<VzDumpDetail> 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];
Expand Down
14 changes: 7 additions & 7 deletions src/Corsinvest.ProxmoxVE.Admin/Corsinvest.ProxmoxVE.Admin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<Import Project="..\common.props" />

<ItemGroup>
<PackageReference Include="Corsinvest.AppHero.Auditing.MudBlazorUI" Version="0.1.0" />
<PackageReference Include="Corsinvest.AppHero.HangFire" Version="0.1.0" />
<PackageReference Include="Corsinvest.AppHero.Notification" Version="0.1.0" />
<PackageReference Include="Corsinvest.AppHero.Serilog" Version="0.1.0" />
<PackageReference Include="Corsinvest.AppHero.Translation" Version="0.1.0" />
<PackageReference Include="Corsinvest.AppHero.Core.MudBlazorUI" Version="0.1.0" />
<PackageReference Include="Corsinvest.AppHero.Localization.MudBlazorUI" Version="0.1.0" />
<PackageReference Include="Corsinvest.AppHero.Auditing.MudBlazorUI" Version="0.1.1" />
<PackageReference Include="Corsinvest.AppHero.HangFire" Version="0.1.1" />
<PackageReference Include="Corsinvest.AppHero.Notification" Version="0.1.1" />
<PackageReference Include="Corsinvest.AppHero.Serilog" Version="0.1.1" />
<PackageReference Include="Corsinvest.AppHero.Translation" Version="0.1.1" />
<PackageReference Include="Corsinvest.AppHero.Core.MudBlazorUI" Version="0.1.1" />
<PackageReference Include="Corsinvest.AppHero.Localization.MudBlazorUI" Version="0.1.1" />

<PackageReference Include="Serilog.Sinks.SQLite" Version="6.0.0" />
<PackageReference Include="Serilog.Enrichers.ClientInfo" Version="2.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/Corsinvest.ProxmoxVE.Admin/wwwroot/doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@
</head>
<body class="book toc2 toc-left">
<div id="header">
<h1>CV4PVE-ADMIN v1.0.0 Guide</h1>
<h1>CV4PVE-ADMIN v1.0.1 Guide</h1>
<div class="details">
<span id="author" class="author">Powered by Corsinvest Srl</span><br>
</div>
Expand Down Expand Up @@ -1841,7 +1841,7 @@ <h4 id="_commercial_support">6.1.1. Commercial Support</h4>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-07-19 17:58:06 UTC
Last updated 2023-08-11 16:16:12 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PublishTrimmed>false</PublishTrimmed>

<LangVersion>latest</LangVersion>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<!--<NoWarn>$(NoWarn);CS1591;CS0436</NoWarn>-->

Expand Down

0 comments on commit 29ac311

Please sign in to comment.