Remove empty
This commit is contained in:
parent
bd15ceaa5b
commit
4393c8fdff
1 changed files with 0 additions and 5 deletions
|
@ -4,11 +4,6 @@
|
||||||
@inject NavigationManager NavigationManager
|
@inject NavigationManager NavigationManager
|
||||||
|
|
||||||
<Space Direction="DirectionVHType.Vertical" Size="@("large")" Style="width: 100%">
|
<Space Direction="DirectionVHType.Vertical" Size="@("large")" Style="width: 100%">
|
||||||
@if (Values == null || Values.Count == 0)
|
|
||||||
{
|
|
||||||
<Empty />
|
|
||||||
}
|
|
||||||
|
|
||||||
<SpaceItem>
|
<SpaceItem>
|
||||||
<Table TItem="ServerHttpPath" DataSource="@Values" HidePagination="true" Responsive>
|
<Table TItem="ServerHttpPath" DataSource="@Values" HidePagination="true" Responsive>
|
||||||
<PropertyColumn Property="p => p.LocalPath" Title="Local Path">
|
<PropertyColumn Property="p => p.LocalPath" Title="Local Path">
|
||||||
|
|
Loading…
Add table
Reference in a new issue