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:
Pierre Ossman 2022-03-10 16:29:24 +01:00
parent 7be06b4d7d
commit da623156d3
2 changed files with 11 additions and 4 deletions

View File

@ -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

View File

@ -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">