|
|
@@ -126,6 +126,7 @@
|
|
|
<RowDefinition Height="auto" />
|
|
|
<RowDefinition Height="auto" />
|
|
|
<RowDefinition Height="auto" />
|
|
|
+ <RowDefinition Height="auto" />
|
|
|
</Grid.RowDefinitions>
|
|
|
<materialDesign:PackIcon Kind="CameraOutline"
|
|
|
Grid.Row="0"
|
|
|
@@ -164,6 +165,15 @@
|
|
|
</MultiBinding>
|
|
|
</TextBlock.Text>
|
|
|
</TextBlock>
|
|
|
+ <TextBlock Grid.Row="3"
|
|
|
+ Grid.Column="1"
|
|
|
+ Margin="0,2">
|
|
|
+ <TextBlock.Text>
|
|
|
+ <MultiBinding StringFormat="{}IP: {0}">
|
|
|
+ <Binding Path="CameraIp" />
|
|
|
+ </MultiBinding>
|
|
|
+ </TextBlock.Text>
|
|
|
+ </TextBlock>
|
|
|
</Grid>
|
|
|
</DataTemplate>
|
|
|
</ComboBox.ItemTemplate>
|