Adjust wording and style of server verify dialog
Try to be a bit more verbose about what this dialog means and what the user should do.
This commit is contained in:
parent
7be06b4d7d
commit
da623156d3
|
@ -842,7 +842,7 @@ select:active {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ----------------------------------------
|
/* ----------------------------------------
|
||||||
* Key verification Dialog
|
* Server verification Dialog
|
||||||
* ----------------------------------------
|
* ----------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -854,6 +854,9 @@ select:active {
|
||||||
#noVNC_verify_server_dlg.noVNC_open {
|
#noVNC_verify_server_dlg.noVNC_open {
|
||||||
transform: translateY(0);
|
transform: translateY(0);
|
||||||
}
|
}
|
||||||
|
#noVNC_fingerprint_block {
|
||||||
|
margin: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
/* ----------------------------------------
|
/* ----------------------------------------
|
||||||
* Password Dialog
|
* Password Dialog
|
||||||
|
|
10
vnc.html
10
vnc.html
|
@ -280,12 +280,16 @@
|
||||||
<div class="noVNC_heading">
|
<div class="noVNC_heading">
|
||||||
Server identity
|
Server identity
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
The server has provided the following identifying information:
|
||||||
|
</div>
|
||||||
<div id="noVNC_fingerprint_block">
|
<div id="noVNC_fingerprint_block">
|
||||||
<label>Fingerprint:</label>
|
<b>Fingerprint:</b>
|
||||||
<div id="noVNC_fingerprint"></div>
|
<span id="noVNC_fingerprint"></span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
Please verify the identification of the server by its fingerprint before you approve it.
|
Please verify that the information is correct and press
|
||||||
|
"Approve". Otherwise press "Reject".
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<input id="noVNC_approve_server_button" type="submit" value="Approve" class="noVNC_submit">
|
<input id="noVNC_approve_server_button" type="submit" value="Approve" class="noVNC_submit">
|
||||||
|
|
Loading…
Reference in New Issue