Files
wwdpublic/Content.Client/CartridgeLoader/Cartridges/LogProbeUiEntry.xaml
Chief-Engineer 7278318225 Add access logs (IC ones) (#17810)
(cherry picked from commit 476ea14e8a0925e7f90ddbe5f6dd7144bf43cde5)
2024-01-22 18:37:44 +01:00

21 lines
723 B
XML

<BoxContainer xmlns="https://spacestation14.io"
xmlns:customControls="clr-namespace:Content.Client.Administration.UI.CustomControls"
Margin="4"
Orientation="Vertical">
<BoxContainer Orientation="Horizontal">
<Label Name="NumberLabel"
Align="Center"
SetWidth="60"
ClipText="True"/>
<Label Name="TimeLabel"
Align="Center"
SetWidth="280"
ClipText="True"/>
<Label Name="AccessorLabel"
Align="Center"
SetWidth="110"
ClipText="True"/>
</BoxContainer>
<customControls:HSeparator Margin="0 5 0 5"/>
</BoxContainer>