2023-09-22 14:08:28 -07:00
|
|
|
<bans:BanListControl
|
2022-11-14 20:06:55 +01:00
|
|
|
xmlns="https://spacestation14.io"
|
2023-09-22 14:08:28 -07:00
|
|
|
xmlns:bans="clr-namespace:Content.Client.Administration.UI.BanList.Bans">
|
2023-09-22 21:50:34 +02:00
|
|
|
<PanelContainer StyleClasses="BackgroundDark">
|
2022-11-14 20:06:55 +01:00
|
|
|
<ScrollContainer>
|
|
|
|
|
<BoxContainer Name="Bans" Access="Public" Orientation="Vertical">
|
2023-09-22 14:08:28 -07:00
|
|
|
<bans:BanListHeader Name="BansHeader"/>
|
2022-11-14 20:06:55 +01:00
|
|
|
</BoxContainer>
|
|
|
|
|
</ScrollContainer>
|
|
|
|
|
</PanelContainer>
|
2023-09-22 14:08:28 -07:00
|
|
|
</bans:BanListControl>
|