Skip to content

Commit

Permalink
Fixed the new button position. (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksKSoftware authored Sep 6, 2023
1 parent 5aa2658 commit 873055f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Pages/ChannelRequests.razor
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
</PopupTitleTemplate>

<ChildContent>
<DataGridCommandColumn>
<NewCommandTemplate>
<DataGridColumn>
<CaptionTemplate>
@if (_isNodeManager) {
<Button Color="Color.Success" TextColor="TextColor.Light" Clicked="OnShowNewChannelRequestModal">New</Button>
}
</NewCommandTemplate>
</DataGridCommandColumn>
</CaptionTemplate>
</DataGridColumn>
<DataGridColumn TItem="ChannelOperationRequest" Field="@nameof(ChannelOperationRequest.Id)" Caption="#" Sortable="false" Displayable="true"/>
<DataGridColumn TItem="ChannelOperationRequest" Field="SourceNode.Name" Caption="Source Node" Sortable="false" Displayable="@IsPendingRequestsColumnVisible(PendingChannelsColumnName.SourceNode)" PopupFieldColumnSize="ColumnSize.Is12" Editable="true">

Expand Down

0 comments on commit 873055f

Please sign in to comment.