Skip to content

Commit 2c7a122

Browse files
[+] SearchInterface PageSize control
1 parent d695cba commit 2c7a122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/ui/files/FWO.UI/Pages/NetworkModelling/SearchInterface.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@if (Display && InitComplete)
1212
{
1313
<div class="min-height me-5">
14-
<ConnectionTable ShowSelectionColumn="true" SelectionType="SelectionType.Multiple" Connections="@selectableInterfaces" SelectInterfaceView="true" ShowAppName="true" @bind-SelectedConns="SelectedInterfaces" />
14+
<ConnectionTable ShowPageSizeInput="true" ShowSelectionColumn="true" SelectionType="SelectionType.Multiple" Connections="@selectableInterfaces" SelectInterfaceView="true" ShowAppName="true" @bind-SelectedConns="SelectedInterfaces" />
1515
</div>
1616
}
1717
</Body>

0 commit comments

Comments
 (0)