2021-06-09 22:19:39 +02:00
|
|
|
<Control
|
|
|
|
|
xmlns="https://spacestation14.io"
|
2021-06-10 23:09:07 +02:00
|
|
|
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" >
|
2021-06-10 23:09:07 +02:00
|
|
|
<cc:CommandButton Command="restart" Text="{Loc Reboot}"></cc:CommandButton>
|
|
|
|
|
<cc:CommandButton Command="shutdown" Text="{Loc Shutdown}"></cc:CommandButton>
|
2021-06-09 22:19:39 +02:00
|
|
|
</GridContainer>
|
|
|
|
|
</Control>
|