Files
crystall-punk-14/Content.Client/Administration/UI/Tabs/ServerTab.xaml

14 lines
620 B
Plaintext
Raw Normal View History

2021-06-09 22:19:39 +02:00
<Control
xmlns="https://spacestation14.io"
xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls"
2021-06-09 22:19:39 +02:00
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 Name="SetOocButton" Command="setooc" Text="{Loc server-ooc-toggle}" ToggleMode="True" />
<cc:CommandButton Name="SetLoocButton" Command="setlooc" Text="{Loc server-looc-toggle}" ToggleMode="True" />
2021-06-09 22:19:39 +02:00
</GridContainer>
</Control>