mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 05:27:38 +03:00
# Description Cherry-picks https://github.com/DeltaV-Station/Delta-v/pull/1237 All credit goes to the original author, deltanedas Adds a PDA app that lets seccies know who's wanted and who's about to be thrown out of an airlock without relying on the sechud and people having their IDs on them. # Media  (see the original PR for a better preview) # Changelog 🆑 deltanedas - add: Security can find the new SecWatch™ app in their PDAs to see current suspects and wanted criminals. Co-authored-by: deltanedas <39013340+deltanedas@users.noreply.github.com> Co-authored-by: Azzy <azzydev@icloud.com>
20 lines
854 B
XML
20 lines
854 B
XML
<BoxContainer xmlns="https://spacestation14.io"
|
|
xmlns:cartridges="clr-namespace:Content.Client.DeltaV.CartridgeLoader.Cartridges"
|
|
xmlns:customControls="clr-namespace:Content.Client.Administration.UI.CustomControls"
|
|
HorizontalExpand="True"
|
|
VerticalExpand="True"
|
|
Margin="5">
|
|
<!-- All labels populated in constructor -->
|
|
<BoxContainer Orientation="Horizontal" HorizontalAlignment="Left">
|
|
<BoxContainer Orientation="Vertical">
|
|
<Label Name="Status"/>
|
|
<Label Text="{Loc 'criminal-records-console-reason'}"/>
|
|
</BoxContainer>
|
|
<customControls:VSeparator StyleClasses="LowDivider" Margin="8 0"/>
|
|
<BoxContainer Orientation="Vertical">
|
|
<Label Name="Title"/>
|
|
<Label Name="Reason"/>
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
</BoxContainer>
|