* adds a link limit to device list * locale strings * uhhh what's efcore doing there * adds a UI for device list on the device * merge conflict fixing
14 lines
800 B
XML
14 lines
800 B
XML
<ui:FancyWindow xmlns="https://spacestation14.io"
|
|
xmlns:ui="clr-namespace:Content.Client.UserInterface"
|
|
xmlns:networkConfigurator="clr-namespace:Content.Client.NetworkConfigurator"
|
|
Title="Network Configurator" MinSize="220 400">
|
|
<BoxContainer Orientation="Vertical" VerticalExpand="True">
|
|
<networkConfigurator:NetworkConfiguratorDeviceList Name="DeviceList" />
|
|
<BoxContainer Orientation="Horizontal" Margin="8 8 8 8">
|
|
<Label Name="DeviceCountLabel" Margin="16 0 0 0" MaxWidth="64"></Label>
|
|
<Control HorizontalExpand="True" />
|
|
<Button Name="ClearButton" Access="Public" Text="{Loc 'network-configurator-ui-clear-button'}"></Button>
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
</ui:FancyWindow>
|