Connection dialog timestamp info (#5554)
* Timetsamp adjustment note * Type & unneeded values
This commit is contained in:
parent
6d81b8a49a
commit
aa9894711b
@ -49,7 +49,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.info {
|
.info {
|
||||||
margin-top: 2em;
|
margin-top: 1em;
|
||||||
line-height: 1.618em
|
line-height: 1.618em
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -59,6 +59,13 @@
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timestamp {
|
||||||
|
background: rgba(255, 255, 255, 0.1);
|
||||||
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
||||||
|
margin: 0.75em 0;
|
||||||
|
padding: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
.btnrow {
|
.btnrow {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding: 0 4em;
|
padding: 0 4em;
|
||||||
|
@ -94,8 +94,15 @@ class Connection extends Component {
|
|||||||
} }
|
} }
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
<div className={ styles.timestamp }>
|
||||||
|
<FormattedMessage
|
||||||
|
id='connection.timestamp'
|
||||||
|
defaultMessage='Ensure that both the Parity node and this machine connecting have computer clocks in-sync with each other and with a timestamp server, ensuring both successful token validation and block operations.'
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
<div className={ styles.form }>
|
<div className={ styles.form }>
|
||||||
<Input
|
<Input
|
||||||
|
autoFocus
|
||||||
disabled={ loading }
|
disabled={ loading }
|
||||||
error={
|
error={
|
||||||
validToken || (!token || !token.length)
|
validToken || (!token || !token.length)
|
||||||
|
Loading…
Reference in New Issue
Block a user