forked from SpaceStation14-Shenanigans/Monolith
23b0cbbdfa
# Conflicts: # .github/workflows/build-test-release.yml # Content.Client/Administration/UI/BanList/BanListControl.xaml # Content.Client/Administration/UI/BanList/BanListIdsPopup.xaml # Content.Client/Administration/UI/Logs/AdminLogsControl.xaml # Content.Client/Administration/UI/Notes/AdminNotesControl.xaml # Content.Client/Administration/UI/Notes/AdminNotesLinePopup.xaml # Content.Client/Cargo/UI/CargoProductRow.xaml # Content.Client/GameTicking/Managers/ClientGameTicker.cs # Content.Client/Lobby/UI/LobbyGui.xaml # Content.Client/Players/PlayTimeTracking/JobRequirementsManager.cs # Content.Client/VendingMachines/UI/VendingMachineMenu.xaml # Content.Client/VendingMachines/UI/VendingMachineMenu.xaml.cs # Content.Server/Ame/EntitySystems/AmeControllerSystem.cs # Content.Server/Botany/Systems/MutationSystem.cs # Content.Server/Ghost/GhostSystem.cs # Content.Server/Resist/EscapeInventorySystem.cs # Content.Server/Salvage/SalvageSystem.ExpeditionConsole.cs # Content.Server/Salvage/SalvageSystem.Expeditions.cs # Content.Server/Salvage/SpawnSalvageMissionJob.cs # Content.Shared/CCVar/CCVars.cs # Content.Shared/Preferences/HumanoidCharacterProfile.cs # Content.Shared/Salvage/Expeditions/Modifiers/SalvageTimeMod.cs # Resources/Changelog/Changelog.yml # Resources/Prototypes/Body/Organs/Animal/animal.yml # Resources/Prototypes/Catalog/Cargo/cargo_livestock.yml # Resources/Prototypes/Catalog/Cargo/cargo_medical.yml # Resources/Prototypes/Catalog/Fills/Lockers/heads.yml # Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml # Resources/Prototypes/Entities/Clothing/Hands/colored.yml # Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml # Resources/Prototypes/Entities/Mobs/NPCs/animals.yml # Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml # Resources/Prototypes/Entities/Mobs/Player/dragon.yml # Resources/Prototypes/Entities/Mobs/Player/dwarf.yml # Resources/Prototypes/Entities/Mobs/Player/moth.yml # Resources/Prototypes/Entities/Mobs/Player/slime.yml # Resources/Prototypes/Entities/Mobs/Species/dwarf.yml # Resources/Prototypes/Entities/Mobs/Species/human.yml # Resources/Prototypes/Entities/Mobs/Species/reptilian.yml # Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bread.yml # Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/cake.yml # Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pizza.yml # Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/tin.yml # Resources/Prototypes/Entities/Objects/Consumable/Food/burger.yml # Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml # Resources/Prototypes/Entities/Objects/Consumable/Food/noodles.yml # Resources/Prototypes/Entities/Objects/Consumable/Food/soup.yml # Resources/Prototypes/Entities/Objects/Power/powercells.yml # Resources/Prototypes/Entities/Objects/Shields/shields.yml # Resources/Prototypes/Entities/Objects/Specific/Service/vending_machine_restock.yml # Resources/Prototypes/Entities/Objects/Tools/emag.yml # Resources/Prototypes/Entities/Objects/Tools/flare.yml # Resources/Prototypes/Entities/Objects/Tools/tools.yml # Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/light_rifle.yml # Resources/Prototypes/Entities/Objects/Weapons/Melee/mining.yml # Resources/Prototypes/GameRules/events.yml # Resources/Prototypes/GameRules/midround.yml # Resources/Prototypes/Maps/Pools/default.yml # Resources/Prototypes/Procedural/salvage_factions.yml # Resources/Prototypes/Procedural/salvage_loot.yml # Resources/Prototypes/Procedural/salvage_mods.yml # Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml # Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml # Resources/Prototypes/Roles/Jobs/Engineering/chief_engineer.yml # Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml # Resources/Prototypes/Roles/Jobs/Medical/chief_medical_officer.yml # Resources/Prototypes/Roles/Jobs/Science/research_director.yml # Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml # Resources/Prototypes/ai_factions.yml # Resources/Prototypes/tags.yml # Resources/ServerInfo/Rules.txt # Resources/Textures/Markers/jobs.rsi/meta.json
67 lines
4.4 KiB
XML
67 lines
4.4 KiB
XML
<Control xmlns="https://spacestation14.io"
|
|
xmlns:aui="clr-namespace:Content.Client.Administration.UI.CustomControls">
|
|
<PanelContainer StyleClasses="BackgroundDark">
|
|
<BoxContainer Orientation="Horizontal">
|
|
<BoxContainer Orientation="Vertical">
|
|
<BoxContainer Orientation="Horizontal" MinWidth="400">
|
|
<Label Text="{Loc admin-logs-round}"/>
|
|
<SpinBox Name="RoundSpinBox" Value="0" MinWidth="150"/>
|
|
<Control HorizontalExpand="True"/>
|
|
<Button Name="ResetRoundButton" Text="{Loc admin-logs-reset}" HorizontalAlignment="Right"
|
|
StyleClasses="OpenRight"/>
|
|
</BoxContainer>
|
|
<BoxContainer Orientation="Horizontal" VerticalExpand="True">
|
|
<BoxContainer Orientation="Vertical" MinWidth="200">
|
|
<LineEdit Name="TypeSearch" Access="Public" StyleClasses="actionSearchBox"
|
|
HorizontalExpand="true" PlaceHolder="{Loc admin-logs-search-types-placeholder}"/>
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Button Name="SelectAllTypesButton" Text="{Loc admin-logs-select-all}"
|
|
MinWidth="100" StyleClasses="ButtonSquare"/>
|
|
<Button Name="SelectNoTypesButton" Text="{Loc admin-logs-select-none}"
|
|
MinWidth="100" StyleClasses="ButtonSquare"/>
|
|
</BoxContainer>
|
|
<ScrollContainer VerticalExpand="True">
|
|
<BoxContainer Name="TypesContainer" Access="Public" Orientation="Vertical"/>
|
|
</ScrollContainer>
|
|
</BoxContainer>
|
|
<aui:VSeparator/>
|
|
<BoxContainer Orientation="Vertical" MinWidth="200">
|
|
<LineEdit Name="PlayerSearch" Access="Public" StyleClasses="actionSearchBox"
|
|
HorizontalExpand="true" PlaceHolder="{Loc admin-logs-search-players-placeholder}"/>
|
|
<Button Name="IncludeNonPlayersButton" Text="{Loc admin-logs-include-non-player}"
|
|
MinWidth="100" StyleClasses="ButtonSquare" ToggleMode="True" />
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Button Name="SelectAllPlayersButton" Text="{Loc admin-logs-select-all}"
|
|
MinWidth="100" StyleClasses="ButtonSquare" />
|
|
<Button Name="SelectNoPlayersButton" Text="{Loc admin-logs-select-none}"
|
|
MinWidth="100" StyleClasses="ButtonSquare"/>
|
|
</BoxContainer>
|
|
<ScrollContainer VerticalExpand="True">
|
|
<BoxContainer Name="PlayersContainer" Access="Public" Orientation="Vertical"/>
|
|
</ScrollContainer>
|
|
</BoxContainer>
|
|
<aui:VSeparator/>
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
<BoxContainer Orientation="Vertical" HorizontalExpand="True">
|
|
<BoxContainer Name="TopRightContainer">
|
|
<BoxContainer Name="LogImpactContainer" Orientation="Horizontal"/>
|
|
<Control HorizontalExpand="True"/>
|
|
<Label Name="Count" Access="Public"/>
|
|
<Control HorizontalExpand="True"/>
|
|
<Button Name="PopOutButton" Access="Public" Text="{Loc admin-logs-pop-out}"/>
|
|
</BoxContainer>
|
|
<BoxContainer Orientation="Horizontal">
|
|
<LineEdit Name="LogSearch" Access="Public" StyleClasses="actionSearchBox"
|
|
HorizontalExpand="true" PlaceHolder="{Loc admin-logs-search-logs-placeholder}"/>
|
|
<Button Name="RefreshButton" Access="Public" Text="{Loc admin-logs-refresh}" StyleClasses="ButtonSquare"/>
|
|
<Button Name="NextButton" Access="Public" Text="{Loc admin-logs-next}" StyleClasses="OpenLeft"/>
|
|
</BoxContainer>
|
|
<ScrollContainer VerticalExpand="True" HorizontalExpand="True" HScrollEnabled="False">
|
|
<BoxContainer Name="LogsContainer" Access="Public" Orientation="Vertical" VerticalExpand="True"/>
|
|
</ScrollContainer>
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
</PanelContainer>
|
|
</Control>
|