Skip to content

Commit cabd168

Browse files
[~] Show PageSize control for networkmodelling connections and interfaces table
1 parent 1ce9b9f commit cabd168

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<button type="button" class="btn btn-sm btn-success mb-2" @onclick="appHandler.AddConnection">
9595
@(appHandler.DisplayButton("add_connection", Icons.Add))
9696
</button>
97-
<ConnectionTable Connections="@appHandler.GetRegularConnections()" @bind-AppHandler="appHandler" AppActive="appActive" />
97+
<ConnectionTable ShowPageSizeInput="true" Connections="@appHandler.GetRegularConnections()" @bind-AppHandler="appHandler" AppActive="appActive" />
9898
</Tab>
9999
<Tab Title="@(userConfig.GetText("provided_interfaces"))" Position=1>
100100
<div class="d-flex justify-content-between">
@@ -112,7 +112,7 @@
112112
</Authorized>
113113
</AuthorizeView>
114114
</div>
115-
<ConnectionTable Connections="@appHandler.GetInterfaces(showRejected)" @bind-AppHandler="appHandler" AppActive="appActive" />
115+
<ConnectionTable ShowPageSizeInput="true" Connections="@appHandler.GetInterfaces(showRejected)" @bind-AppHandler="appHandler" AppActive="appActive" />
116116
</Tab>
117117
@if (selectedApp.CommSvcPossible)
118118
{

0 commit comments

Comments
 (0)