This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
<input class="mud-input-slot" placeholder="route" @bind="_route" @bind:event="oninput" />
|
||||
<input class="mud-input-slot" placeholder="시작 ISO 시각" @bind="_start" @bind:event="oninput" />
|
||||
<input class="mud-input-slot" placeholder="종료 ISO 시각" @bind="_end" @bind:event="oninput" />
|
||||
<button type="button" class="mud-button-root" @onclick="LoadAsync">새로고침</button>
|
||||
<MudButton Variant="Variant.Filled" Color="Color.Primary" OnClick="LoadAsync">새로고침</MudButton>
|
||||
</div>
|
||||
@if (_loading)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user