Skip to content

Commit

Permalink
Merge pull request #113 from Nfactor26/upgrade-binaries
Browse files Browse the repository at this point in the history
Upgrade Binaries
  • Loading branch information
Nfactor26 authored Jul 6, 2024
2 parents 3f40060 + 663c8f9 commit 18c6dec
Show file tree
Hide file tree
Showing 36 changed files with 117 additions and 103 deletions.
4 changes: 2 additions & 2 deletions samples/Sample.Service.Api/Sample.Service.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
<PackageReference Include="IdentityModel.AspNetCore.OAuth2Introspection" Version="6.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.6" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<ProjectReference Include="..\Samples.Blazor.App\Samples.Blazor.App.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.6" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions samples/Samples.Blazor.App/Samples.Blazor.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.6" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="System.Net.Http.Json" Version="8.0.0" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Pixel.Identity.Core/Pixel.Identity.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<ProjectReference Include="..\Pixel.Identity.Shared\Pixel.Identity.Shared.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="12.0.1" />
<PackageReference Include="OpenIddict.AspNetCore" Version="5.0.1" />
<PackageReference Include="AutoMapper" Version="13.0.1" />
<PackageReference Include="OpenIddict.AspNetCore" Version="5.7.0" />
</ItemGroup>
<ItemGroup>
<Using Include="Pixel.Identity.Core.Extensions" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MailKit" Version="4.3.0" />
<PackageReference Include="MailKit" Version="4.7.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Pixel.Identity.Core\Pixel.Identity.Core.csproj">
Expand Down
2 changes: 1 addition & 1 deletion src/Pixel.Identity.Provider/Components/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<MudSnackbarProvider />

<MudAppBar Elevation="4" Dense="false" Fixed="true">
<MudToolBar DisableGutters="true">
<MudToolBar Gutter="false">
<MudIconButton Icon="@Icons.Material.Outlined.Menu" Color="Color.Inherit"/>
</MudToolBar>
<MudText Typo="Typo.h6" Class="ml-4">Pixel Identity Provider</MudText>
Expand Down
25 changes: 12 additions & 13 deletions src/Pixel.Identity.Provider/Pixel.Identity.Provider.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,19 @@
<BaseOutputPath>..\..\.builds\Identity</BaseOutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="12.0.1" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
<PackageReference Include="MailKit" Version="4.3.0" />
<PackageReference Include="AutoMapper" Version="13.0.1" />
<PackageReference Include="MailKit" Version="4.7.0" />
<PackageReference Include="McMaster.NETCore.Plugins.Mvc" Version="1.4.0" />
<PackageReference Include="OpenIddict.AspNetCore" Version="5.0.1" />
<PackageReference Include="OpenIddict.Quartz" Version="5.0.1" />
<PackageReference Include="Quartz.Extensions.Hosting" Version="3.8.0" />
<PackageReference Include="MudBlazor" Version="6.12.0" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.5.0" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.5.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Negotiate" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.0" />
<PackageReference Include="OpenIddict.AspNetCore" Version="5.7.0" />
<PackageReference Include="OpenIddict.Quartz" Version="5.7.0" />
<PackageReference Include="Quartz.Extensions.Hosting" Version="3.10.0" />
<PackageReference Include="MudBlazor" Version="7.0.0" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.1" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.6.2" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.6.2" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Negotiate" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.6" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Pixel.Identity.Core\Pixel.Identity.Core.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/Pixel.Identity.Shared/Pixel.Identity.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<SupportedPlatform Include="browser" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="OpenIddict.Abstractions" Version="5.0.1" />
<PackageReference Include="OpenIddict.Abstractions" Version="5.7.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
<PackageReference Include="MongoDB.Driver" Version="2.23.1" />
<PackageReference Include="OpenIddict.Abstractions" Version="5.0.1" />
<PackageReference Include="OpenIddict.MongoDb" Version="5.0.1" />
<PackageReference Include="OpenIddict.MongoDb.Models" Version="5.0.1" />
<PackageReference Include="MongoDB.Driver" Version="2.27.0" />
<PackageReference Include="OpenIddict.Abstractions" Version="5.7.0" />
<PackageReference Include="OpenIddict.MongoDb" Version="5.7.0" />
<PackageReference Include="OpenIddict.MongoDb.Models" Version="5.7.0" />
</ItemGroup>
<ItemGroup>
<None Update="appsettings.json">
Expand Down
12 changes: 6 additions & 6 deletions src/Pixel.Identity.Store.Mongo/Pixel.Identity.Store.Mongo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="12.0.1">
<PackageReference Include="AutoMapper" Version="13.0.1">
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
<PackageReference Include="Dawn.Guard" Version="1.12.0" />
<PackageReference Include="MongoDB.Driver" Version="2.23.1" />
<PackageReference Include="OpenIddict.Abstractions" Version="5.0.1">
<PackageReference Include="MongoDB.Driver" Version="2.27.0" />
<PackageReference Include="OpenIddict.Abstractions" Version="5.7.0">
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
<PackageReference Include="OpenIddict.Quartz" Version="5.0.1">
<PackageReference Include="OpenIddict.Quartz" Version="5.7.0">
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
<PackageReference Include="OpenIddict.MongoDb" Version="5.0.1" />
<PackageReference Include="OpenIddict.MongoDb.Models" Version="5.0.1" />
<PackageReference Include="OpenIddict.MongoDb" Version="5.7.0" />
<PackageReference Include="OpenIddict.MongoDb.Models" Version="5.7.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Pixel.Identity.Core\Pixel.Identity.Core.csproj">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,21 @@
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="5.0.1" />
<PackageReference Include="OpenIddict.EntityFrameworkCore.Models" Version="5.0.1" />
<PackageReference Include="OpenIddict.Abstractions" Version="5.0.1">
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="5.7.0" />
<PackageReference Include="OpenIddict.EntityFrameworkCore.Models" Version="5.7.0" />
<PackageReference Include="OpenIddict.Abstractions" Version="5.7.0">
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
<PackageReference Include="OpenIddict.Quartz" Version="5.0.1">
<PackageReference Include="OpenIddict.Quartz" Version="5.7.0">
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Pixel.Identity.Core\Pixel.Identity.Core.csproj">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0">
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0" />
<PackageReference Include="AutoMapper" Version="12.0.1" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.6" />
<PackageReference Include="AutoMapper" Version="13.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,20 @@
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="5.0.1" />
<PackageReference Include="OpenIddict.EntityFrameworkCore.Models" Version="5.0.1" />
<PackageReference Include="OpenIddict.Abstractions" Version="5.0.1">
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="5.7.0" />
<PackageReference Include="OpenIddict.EntityFrameworkCore.Models" Version="5.7.0" />
<PackageReference Include="OpenIddict.Abstractions" Version="5.7.0">
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
<PackageReference Include="OpenIddict.Quartz" Version="5.0.1">
<PackageReference Include="OpenIddict.Quartz" Version="5.7.0">
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Pixel.Identity.Core\Pixel.Identity.Core.csproj">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,21 @@
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="5.0.1" />
<PackageReference Include="OpenIddict.EntityFrameworkCore.Models" Version="5.0.1" />
<PackageReference Include="OpenIddict.Abstractions" Version="5.0.1">
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="5.7.0" />
<PackageReference Include="OpenIddict.EntityFrameworkCore.Models" Version="5.7.0" />
<PackageReference Include="OpenIddict.Abstractions" Version="5.7.0">
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
<PackageReference Include="OpenIddict.Quartz" Version="5.0.1">
<PackageReference Include="OpenIddict.Quartz" Version="5.7.0">
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Pixel.Identity.Core\Pixel.Identity.Core.csproj">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using Pixel.Identity.UI.Client.Services;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;

namespace Pixel.Identity.UI.Client.Components
Expand Down Expand Up @@ -61,7 +62,7 @@ async Task AddRoleAsync()
/// </summary>
/// <param name="value"></param>
/// <returns></returns>
private async Task<IEnumerable<UserRoleViewModel>> SearchRoles(string value)
private async Task<IEnumerable<UserRoleViewModel>> SearchRoles(string value, CancellationToken ct)
{
// if text is null or empty, don't return values (drop-down will not open)
if (string.IsNullOrEmpty(value))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using Pixel.Identity.Shared.ViewModels;
using Pixel.Identity.UI.Client.Services;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;

namespace Pixel.Identity.UI.Client.Components
Expand Down Expand Up @@ -42,7 +43,7 @@ void AddScope()
/// </summary>
/// <param name="value"></param>
/// <returns></returns>
async Task<IEnumerable<ScopeViewModel>> SearchScopes(string value)
async Task<IEnumerable<ScopeViewModel>> SearchScopes(string value, CancellationToken ct)
{
// if text is null or empty, don't return values (drop-down will not open)
if (string.IsNullOrEmpty(value))
Expand Down
18 changes: 8 additions & 10 deletions src/Pixel.Identity.UI.Client/Components/ApplicationForm.razor
Original file line number Diff line number Diff line change
Expand Up @@ -85,26 +85,25 @@
<ValidationMessage For="() => Application.Permissions"></ValidationMessage>
<br />
<MudExpansionPanels MultiExpansion="true" Elevation="1">
<MudExpansionPanel Text="EndPoint Permissions" IsInitiallyExpanded="true">
<MudExpansionPanel Text="EndPoint Permissions" Expanded="true">
<ToggleItemCollection Items="endPointPermissions" OnToggle="TogglePermission" />
</MudExpansionPanel>
<MudExpansionPanel Text="Grant Type Permissions" IsInitiallyExpanded="true">
<MudExpansionPanel Text="Grant Type Permissions" Expanded="true">
<ToggleItemCollection Items="grantTypePermissions" ItemSize="3" OnToggle="TogglePermission" />
</MudExpansionPanel>
<MudExpansionPanel IsInitiallyExpanded="true">
<MudExpansionPanel Expanded="true">
<TitleContent>
<div class="d-flex">
<MudText>Scope Permissions</MudText>
<MudIconButton UserAttributes="@(new (){{"id","btnAddScope"}})" Icon="@Icons.Material.Outlined.AddCircleOutline" Size="Size.Medium"
Title="Add custom scope"
<MudIconButton UserAttributes="@(new (){{"id","btnAddScope"}})" Icon="@Icons.Material.Outlined.AddCircleOutline" Size="Size.Medium"
@onclick="AddScope" Color="Color.Primary" Class="ml-3" Style="padding:0;"></MudIconButton>
</div>
</TitleContent>
<ChildContent>
<ToggleItemCollection Items="scopePermissions" OnToggle="TogglePermission" />
</ChildContent>
</MudExpansionPanel>
<MudExpansionPanel Text="Response Type Permissions" IsInitiallyExpanded="true">
<MudExpansionPanel Text="Response Type Permissions" Expanded="true">
<MudGrid Spacing="2">
<ToggleItemCollection Items="responseTypePermissions" OnToggle="TogglePermission" />
</MudGrid>
Expand All @@ -115,7 +114,7 @@
<MudText Typo="Typo.h6">Requirements</MudText>
<br />
<MudExpansionPanels MultiExpansion="true" Elevation="1">
<MudExpansionPanel Text="Application requirements" IsInitiallyExpanded="true">
<MudExpansionPanel Text="Application requirements" Expanded="true">
<ToggleItemCollection Items="requirements" OnToggle="ToggleRequirement" />
</MudExpansionPanel>
</MudExpansionPanels>
Expand All @@ -124,12 +123,11 @@
<MudText Typo="Typo.h6">Settings</MudText>
<br />
<MudExpansionPanels MultiExpansion="true" Elevation="1">
<MudExpansionPanel id="settingsPanel" IsInitiallyExpanded="true">
<MudExpansionPanel id="settingsPanel" Expanded="true">
<TitleContent>
<div class="d-flex">
<MudText>Token LifeTimes</MudText>
<MudIconButton UserAttributes="@(new (){{"id","btnAddSetting"}})" Icon="@Icons.Material.Outlined.AddCircleOutline" Size="Size.Medium"
Title="Add a new setting"
<MudIconButton UserAttributes="@(new (){{"id","btnAddSetting"}})" Icon="@Icons.Material.Outlined.AddCircleOutline" Size="Size.Medium"
@onclick="AddSetting" Color="Color.Primary" Class="ml-3" Style="padding:0;"></MudIconButton>
</div>
</TitleContent>
Expand Down
2 changes: 1 addition & 1 deletion src/Pixel.Identity.UI.Client/Pages/Account/Logins.razor
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ else
@foreach (var item in externalLogins)
{
<MudItem xs="3" Class="py-2 px-0 ml-1 mr-2">
<MudChip Label="true" Color="Color.Success" OnClose="@(() => RemoveExternalLoginAsync(item))"
<MudChip T="string" Label="true" Color="Color.Success" OnClose="@(() => RemoveExternalLoginAsync(item))"
Disabled="@(externalLogins.Count() == 1 || hasLocalAccount)" Size="Size.Large">
@item.ProviderDisplayName
</MudChip>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@page "/applications/list"
@attribute [Authorize(Policy = Policies.CanManageApplications)]

<MudTable UserAttributes="@(new (){{"id","tblApplications"}})" ServerData="@(new Func<TableState, Task<TableData<ApplicationViewModel>>>(GetApplicationsDataAsync))"
<MudTable T="ApplicationViewModel" UserAttributes="@(new (){{"id","tblApplications"}})" ServerData="@(new Func<TableState, CancellationToken, Task<TableData<ApplicationViewModel>>>(GetApplicationsDataAsync))"
Dense="false" Hover="true" ReadOnly="true" SortLabel="Sort By" Elevation="4" @ref="applicationsTable">
<ToolBarContent>
<MudText Typo="Typo.h6">Applications</MudText>
Expand Down
Loading

0 comments on commit 18c6dec

Please sign in to comment.