mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 05:59:03 +03:00
12 lines
494 B
XML
12 lines
494 B
XML
<PanelContainer
|
|
xmlns="https://spacestation14.io"
|
|
xmlns:cc="clr-namespace:Content.Client.Administration.UI"
|
|
StyleClasses="BackgroundDark"
|
|
HorizontalExpand="True"
|
|
Margin="4">
|
|
<BoxContainer Orientation="Vertical">
|
|
<CheckBox Name="Department"/> <!-- Toggles all jobs in the department at once -->
|
|
<GridContainer Name="JobsContainer" Columns="4"/> <!-- Populated with each job to toggle individually-->
|
|
</BoxContainer>
|
|
</PanelContainer>
|