We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d695cba commit 2c7a122Copy full SHA for 2c7a122
roles/ui/files/FWO.UI/Pages/NetworkModelling/SearchInterface.razor
@@ -11,7 +11,7 @@
11
@if (Display && InitComplete)
12
{
13
<div class="min-height me-5">
14
- <ConnectionTable ShowSelectionColumn="true" SelectionType="SelectionType.Multiple" Connections="@selectableInterfaces" SelectInterfaceView="true" ShowAppName="true" @bind-SelectedConns="SelectedInterfaces" />
+ <ConnectionTable ShowPageSizeInput="true" ShowSelectionColumn="true" SelectionType="SelectionType.Multiple" Connections="@selectableInterfaces" SelectInterfaceView="true" ShowAppName="true" @bind-SelectedConns="SelectedInterfaces" />
15
</div>
16
}
17
</Body>
0 commit comments