* XAML PlayerTab entries * Move command execution to PlayerTab * Move command logic to the AdminSystem * Clean up * Add examine and context menu keybind handling to PlayerTab * Fix remote admin verbs * Remove examine for now * Add server verbs * Fix requests of verb by non-admins * Clean up AdminSystem.Menu
24 lines
939 B
XML
24 lines
939 B
XML
<ContainerButton xmlns="https://spacestation14.io"
|
|
xmlns:customControls="clr-namespace:Content.Client.Administration.UI.CustomControls"
|
|
EnableAllKeybinds="True">
|
|
<PanelContainer Name="BackgroundColorPanel"/>
|
|
<BoxContainer Orientation="Horizontal"
|
|
HorizontalExpand="True"
|
|
SeparationOverride="4">
|
|
<Label Name="UsernameLabel"
|
|
SizeFlagsStretchRatio="2"
|
|
HorizontalExpand="True"
|
|
ClipText="True"/>
|
|
<customControls:VSeparator/>
|
|
<Label Name="CharacterLabel"
|
|
SizeFlagsStretchRatio="2"
|
|
HorizontalExpand="True"
|
|
ClipText="True"/>
|
|
<customControls:VSeparator/>
|
|
<Label Name="AntagonistLabel"
|
|
SizeFlagsStretchRatio="2"
|
|
HorizontalExpand="True"
|
|
ClipText="True"/>
|
|
</BoxContainer>
|
|
</ContainerButton>
|