|
|
@@ -455,24 +455,24 @@
|
|
|
Margin="6,2" />
|
|
|
|
|
|
<TextBlock Grid.Row="9"
|
|
|
- Grid.Column="0"
|
|
|
- Text="LogUrl:"
|
|
|
- HorizontalAlignment="Right"
|
|
|
- VerticalAlignment="Center" />
|
|
|
+ Grid.Column="0"
|
|
|
+ Text="LogUrl:"
|
|
|
+ HorizontalAlignment="Right"
|
|
|
+ VerticalAlignment="Center" />
|
|
|
<TextBox Grid.Row="9"
|
|
|
- Grid.Column="1"
|
|
|
- Text="{Binding SelectDeviceInfo.LogUrl, Mode=TwoWay}"
|
|
|
- Margin="6,2" />
|
|
|
+ Grid.Column="1"
|
|
|
+ Text="{Binding SelectDeviceInfo.LogUrl, Mode=TwoWay}"
|
|
|
+ Margin="6,2" />
|
|
|
|
|
|
<TextBlock Grid.Row="10"
|
|
|
- Grid.Column="0"
|
|
|
- Text="apikey:"
|
|
|
- HorizontalAlignment="Right"
|
|
|
- VerticalAlignment="Center" />
|
|
|
+ Grid.Column="0"
|
|
|
+ Text="apikey:"
|
|
|
+ HorizontalAlignment="Right"
|
|
|
+ VerticalAlignment="Center" />
|
|
|
<TextBox Grid.Row="10"
|
|
|
- Grid.Column="1"
|
|
|
- Text="{Binding SelectDeviceInfo.ApiKey, Mode=TwoWay}"
|
|
|
- Margin="6,2" />
|
|
|
+ Grid.Column="1"
|
|
|
+ Text="{Binding SelectDeviceInfo.ApiKey, Mode=TwoWay}"
|
|
|
+ Margin="6,2" />
|
|
|
|
|
|
<CheckBox Grid.Row="11"
|
|
|
Grid.Column="1"
|