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

14 lines
543 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 Command="setooc" Text="{Loc server-ooc-toggle}" />
2022-01-11 16:29:55 +03:00
<cc:CommandButton Command="setlooc" Text="{Loc server-looc-toggle}" />
2021-06-09 22:19:39 +02:00
</GridContainer>
</Control>