From ff16f366c251e372ecb0caa40d7f05b03f42f24a Mon Sep 17 00:00:00 2001 From: greg Date: Wed, 24 Jan 2024 13:50:25 +0100 Subject: [PATCH] push to test build on drone --- ui/commands/ssh.js | 34 +++++++++++++++++----------------- ui/home.vue | 7 +++---- 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/ui/commands/ssh.js b/ui/commands/ssh.js index 560e004..afd3db0 100644 --- a/ui/commands/ssh.js +++ b/ui/commands/ssh.js @@ -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: "", diff --git a/ui/home.vue b/ui/home.vue index 79276c6..ee5cc14 100644 --- a/ui/home.vue +++ b/ui/home.vue @@ -71,18 +71,17 @@

SSH du Garage

- An Open Source Web SSH Client that enables you to connect to SSH - servers without downloading any additional software. + Terminal web SSH du Garage

- To get started, click the + Pour commencer, cliquer sur le - icon near the top left corner. + en haut à gauche.