* Fix next never sending logs for rounds outside the cache * Show round's total log count on the ui * Disable next button when waiting for a next response * Cleanup AdminLogsEui.CurrentRoundId * Fix popout window width
7 lines
278 B
XML
7 lines
278 B
XML
<DefaultWindow xmlns="https://spacestation14.io"
|
|
xmlns:logs="clr-namespace:Content.Client.Administration.UI.Logs"
|
|
Title="{Loc admin-logs-title}"
|
|
SetSize="1100 400">
|
|
<logs:AdminLogsControl Name="Logs" Access="Public"/>
|
|
</DefaultWindow>
|