push to test build on drone
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Grégory Lebreton 2024-01-24 13:50:25 +01:00
parent 36731b7c91
commit ff16f366c2
2 changed files with 20 additions and 21 deletions

View File

@ -297,7 +297,7 @@ const initialFieldDef = {
);
}
return "We'll login as user \"" + d + '"';
return "Connexion en tant que \"" + d + '"';
},
},
Encoding: {
@ -322,22 +322,22 @@ const initialFieldDef = {
throw new Error('The character encoding "' + d + '" is not supported');
},
},
Notice: {
name: "Notice",
description: "",
type: "textdata",
value:
"SSH session is handled by the backend. Traffic will be decrypted " +
"on the backend server and then transmit back to your client.",
example: "",
readonly: false,
suggestions(input) {
return [];
},
verify(d) {
return "";
},
},
// Notice: {
// name: "Notice",
// description: "",
// type: "textdata",
// value:
// "" +
// "",
// example: "",
// readonly: false,
// suggestions(input) {
// return [];
// },
// verify(d) {
// return "";
// },
// },
Password: {
name: "Password",
description: "",

View File

@ -71,18 +71,17 @@
<h1>SSH du Garage</h1>
<p>
An Open Source Web SSH Client that enables you to connect to SSH
servers without downloading any additional software.
Terminal web SSH du Garage
</p>
<p>
To get started, click the
Pour commencer, cliquer sur le
<span
id="home-content-connect"
class="icon icon-plus1"
@click="showConnectWindow"
></span>
icon near the top left corner.
en haut à gauche.
</p>
<div v-if="serverMessage.length > 0">