Re-organize all projects (#4166)
This commit is contained in:
12
Content.Client/Administration/UI/Tabs/ServerTab.xaml
Normal file
12
Content.Client/Administration/UI/Tabs/ServerTab.xaml
Normal file
@@ -0,0 +1,12 @@
|
||||
<Control
|
||||
xmlns="https://spacestation14.io"
|
||||
xmlns:amc="clr-namespace:Content.Client.UserInterface.AdminMenu.CustomControls"
|
||||
xmlns:customControls="clr-namespace:Content.Client.Administration.UI.CustomControls"
|
||||
Margin="4"
|
||||
MinSize="50 50">
|
||||
<GridContainer
|
||||
Columns="4" >
|
||||
<customControls:CommandButton Command="restart" Text="{Loc Reboot}"></customControls:CommandButton>
|
||||
<customControls:CommandButton Command="shutdown" Text="{Loc Shutdown}"></customControls:CommandButton>
|
||||
</GridContainer>
|
||||
</Control>
|
||||
Reference in New Issue
Block a user