From 1eba397a1ac41e87ccc65f6ba73b10e51fa48528 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 20 Jan 2025 09:28:53 -0600 Subject: [PATCH] SFTP --- .vscode/sftp.json | 12 ++++++++++++ js/auditoría.js | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .vscode/sftp.json diff --git a/.vscode/sftp.json b/.vscode/sftp.json new file mode 100644 index 0000000..9fd1666 --- /dev/null +++ b/.vscode/sftp.json @@ -0,0 +1,12 @@ +{ + "name": "PAAD", + "host": "paad.lci.ulsa.mx", + "protocol": "sftp", + "port": 22, + "username": "miniroot", + "remotePath": "/saa_dsk/www", + "uploadOnSave": false, + "useTempFile": false, + "openSsh": false, + "password": "T4nP0d3r0s1s1m0##" +} diff --git a/js/auditoría.js b/js/auditoría.js index fd55006..a6b9948 100644 --- a/js/auditoría.js +++ b/js/auditoría.js @@ -344,7 +344,7 @@ const detalle = reactive({ this.materia = resultado.materia; this.carrera = resultado.carrera; this.nivel = resultado.nivel; - this.grupo = resultado.grupo; + this.horario_grupo = resultado.horario_grupo; } catch (error) { console.log('Error:', error)