Add file upload popup dialog
This commit is contained in:
@ -46,8 +46,6 @@
|
||||
|
||||
protected override async Task OnAfterRenderAsync(bool firstRender)
|
||||
{
|
||||
await base.OnAfterRenderAsync(firstRender);
|
||||
|
||||
if (firstRender)
|
||||
{
|
||||
ChangeState(PageState.Loading);
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
</RadzenColumn>
|
||||
<RadzenColumn Size="12" SizeMD="6">
|
||||
<RadzenStack Orientation="Orientation.Horizontal" AlignItems="AlignItems.Center" JustifyContent="JustifyContent.End" Gap="0.5rem">
|
||||
<RadzenButton Icon="sync" Text="@syncButtonText" Disabled="@(state != SyncedPageState.Idle)" Click="@SyncDataAsync" ButtonStyle="ButtonStyle.Primary" />
|
||||
<RadzenButton Icon="upload_file" Text="@parseButtonText" Disabled="@(state != SyncedPageState.Idle)" Click="@ParseDataAsync" ButtonStyle="ButtonStyle.Primary" />
|
||||
</RadzenStack>
|
||||
</RadzenColumn>
|
||||
</RadzenRow>
|
||||
|
||||
@ -10,7 +10,6 @@
|
||||
@attribute [Authorize]
|
||||
|
||||
@inject RegistryService RegistryService
|
||||
@inject DialogService DialogService
|
||||
|
||||
<PageTitle>Общие справочники подсистемы НСИ</PageTitle>
|
||||
|
||||
|
||||
@ -10,7 +10,6 @@
|
||||
@attribute [Authorize]
|
||||
|
||||
@inject RegistryService RegistryService
|
||||
@inject DialogService DialogService
|
||||
|
||||
<PageTitle>Частные справочники подсистемы НСИ</PageTitle>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user