File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
roles/ui/files/FWO.UI/Pages/NetworkModelling Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" >
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 {
You can’t perform that action at this time.
0 commit comments