13 lines
464 B
XML
13 lines
464 B
XML
<Control
|
|
xmlns="https://spacestation14.io"
|
|
xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls"
|
|
Margin="4"
|
|
MinSize="50 50">
|
|
<GridContainer
|
|
Columns="4" >
|
|
<cc:CommandButton Command="restart" Text="{Loc server-reboot}" />
|
|
<cc:CommandButton Command="shutdown" Text="{Loc server-shutdown}" />
|
|
<cc:CommandButton Command="setooc" Text="{Loc server-ooc-toggle}" />
|
|
</GridContainer>
|
|
</Control>
|