|
|
|
|
@ -32,7 +32,8 @@
@@ -32,7 +32,8 @@
|
|
|
|
|
<Label |
|
|
|
|
Text="{Binding LogInAttemptByLabel}" |
|
|
|
|
FontSize="Small" |
|
|
|
|
Margin="0,0,0,24"/> |
|
|
|
|
Margin="0,0,0,24" |
|
|
|
|
AutomationId="LogInAttemptByLabel" /> |
|
|
|
|
<Label |
|
|
|
|
Text="{u:I18n FingerprintPhrase}" |
|
|
|
|
FontSize="Small" |
|
|
|
|
@ -41,7 +42,8 @@
@@ -41,7 +42,8 @@
|
|
|
|
|
FormattedText="{Binding LoginRequest.FingerprintPhrase}" |
|
|
|
|
FontSize="Medium" |
|
|
|
|
TextColor="{DynamicResource FingerprintPhrase}" |
|
|
|
|
Margin="0,0,0,27"/> |
|
|
|
|
Margin="0,0,0,27" |
|
|
|
|
AutomationId="FingerprintValueLabel" /> |
|
|
|
|
<Label |
|
|
|
|
Text="{u:I18n DeviceType}" |
|
|
|
|
FontSize="Small" |
|
|
|
|
@ -49,7 +51,8 @@
@@ -49,7 +51,8 @@
|
|
|
|
|
<Label |
|
|
|
|
Text="{Binding LoginRequest.DeviceType}" |
|
|
|
|
FontSize="Small" |
|
|
|
|
Margin="0,0,0,21"/> |
|
|
|
|
Margin="0,0,0,21" |
|
|
|
|
AutomationId="DeviceTypeValueLabel" /> |
|
|
|
|
<Label |
|
|
|
|
Text="{u:I18n IpAddress}" |
|
|
|
|
IsVisible="{Binding ShowIpAddress}" |
|
|
|
|
@ -59,7 +62,8 @@
@@ -59,7 +62,8 @@
|
|
|
|
|
Text="{Binding LoginRequest.IpAddress}" |
|
|
|
|
IsVisible="{Binding ShowIpAddress}" |
|
|
|
|
FontSize="Small" |
|
|
|
|
Margin="0,0,0,21"/> |
|
|
|
|
Margin="0,0,0,21" |
|
|
|
|
AutomationId="IpAddressValueLabel" /> |
|
|
|
|
<Label |
|
|
|
|
Text="{u:I18n Time}" |
|
|
|
|
FontSize="Small" |
|
|
|
|
@ -67,7 +71,8 @@
@@ -67,7 +71,8 @@
|
|
|
|
|
<Label |
|
|
|
|
Text="{Binding TimeOfRequestText}" |
|
|
|
|
FontSize="Small" |
|
|
|
|
Margin="0,0,0,57"/> |
|
|
|
|
Margin="0,0,0,57" |
|
|
|
|
AutomationId="TimeOfRequestValueLabel" /> |
|
|
|
|
</StackLayout> |
|
|
|
|
</ScrollView> |
|
|
|
|
|
|
|
|
|
@ -75,11 +80,13 @@
@@ -75,11 +80,13 @@
|
|
|
|
|
Text="{u:I18n ConfirmLogIn}" |
|
|
|
|
Command="{Binding AcceptRequestCommand}" |
|
|
|
|
Margin="0,0,0,17" |
|
|
|
|
StyleClass="btn-primary"/> |
|
|
|
|
StyleClass="btn-primary" |
|
|
|
|
AutomationId="ConfirmLoginButton" /> |
|
|
|
|
<Button |
|
|
|
|
Text="{u:I18n DenyLogIn}" |
|
|
|
|
Command="{Binding RejectRequestCommand}" |
|
|
|
|
StyleClass="btn-secundary"/> |
|
|
|
|
StyleClass="btn-secundary" |
|
|
|
|
AutomationId="DenyLoginButton" /> |
|
|
|
|
|
|
|
|
|
</StackLayout> |
|
|
|
|
</pages:BaseContentPage> |
|
|
|
|
|