Add role bans tab to the bans admin window (#20388)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<roleBans:RoleBanListControl
|
||||
xmlns="https://spacestation14.io"
|
||||
xmlns:roleBans="clr-namespace:Content.Client.Administration.UI.BanList.RoleBans">
|
||||
<PanelContainer StyleClasses="BackgroundDark">
|
||||
<ScrollContainer>
|
||||
<BoxContainer Name="RoleBans" Access="Public" Orientation="Vertical">
|
||||
<roleBans:RoleBanListHeader Name="BansHeader"/>
|
||||
</BoxContainer>
|
||||
</ScrollContainer>
|
||||
</PanelContainer>
|
||||
</roleBans:RoleBanListControl>
|
||||
Reference in New Issue
Block a user