# Conflicts: # Content.Client/Administration/UI/BanList/BanListLine.xaml.cs # Content.Client/Administration/UI/BanList/Bans/BanListHeader.xaml # Content.Client/Administration/UI/BanList/Bans/BanListLine.xaml # Content.Client/Administration/UI/Tabs/AdminTab/BanWindow.xaml # Content.Client/Administration/UI/Tabs/AdminTab/BanWindow.xaml.cs # Content.IntegrationTests/Tests/Commands/PardonCommand.cs # Content.Server/Administration/Commands/BanCommand.cs # Content.Server/Administration/Commands/DepartmentBanCommand.cs # Content.Server/Administration/Commands/RoleBanCommand.cs # Content.Server/Administration/Managers/RoleBanManager.cs # Content.Server/Database/ServerDbManager.cs # Content.Server/Database/ServerDbPostgres.cs # Content.Server/Database/ServerDbSqlite.cs
49 lines
1.5 KiB
XML
49 lines
1.5 KiB
XML
<BoxContainer
|
|
xmlns="https://spacestation14.io"
|
|
xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls"
|
|
Orientation="Horizontal"
|
|
HorizontalExpand="True"
|
|
SeparationOverride="4">
|
|
<BoxContainer Orientation="Vertical"
|
|
SizeFlagsStretchRatio="1"
|
|
HorizontalExpand="True"
|
|
RectClipContent="True">
|
|
<Button Name="IdsHidden"
|
|
Text="{Loc 'ban-list-view'}"
|
|
HorizontalExpand="True"
|
|
VerticalExpand="True"
|
|
MouseFilter="Pass"/>
|
|
</BoxContainer>
|
|
<cc:VSeparator/>
|
|
<Label Name="Reason"
|
|
Access="Public"
|
|
SizeFlagsStretchRatio="6"
|
|
HorizontalExpand="True"
|
|
VerticalExpand="True"/>
|
|
<cc:VSeparator/>
|
|
<Label Name="BanTime"
|
|
Access="Public"
|
|
SizeFlagsStretchRatio="2"
|
|
HorizontalExpand="True"
|
|
ClipText="True"/>
|
|
<cc:VSeparator/>
|
|
<Label Name="Expires"
|
|
Access="Public"
|
|
SizeFlagsStretchRatio="4"
|
|
HorizontalExpand="True"
|
|
ClipText="True"/>
|
|
<cc:VSeparator/>
|
|
<Label Name="BanningAdmin"
|
|
Access="Public"
|
|
SizeFlagsStretchRatio="2"
|
|
HorizontalExpand="True"
|
|
ClipText="True"/>
|
|
<cc:VSeparator/>
|
|
<Label Name="ServerName"
|
|
Access="Public"
|
|
SizeFlagsStretchRatio="2"
|
|
HorizontalExpand="True"
|
|
ClipText="True"/>
|
|
<cc:VSeparator/>
|
|
</BoxContainer>
|