Files
tbd-station-14/Content.Client/Administration/UI/Tabs/ServerTab.xaml

12 lines
407 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 Reboot}"></cc:CommandButton>
<cc:CommandButton Command="shutdown" Text="{Loc Shutdown}"></cc:CommandButton>
</GridContainer>
</Control>