push to test build on drone
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
36731b7c91
commit
ff16f366c2
@ -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: "",
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user