Zaktualizuj dane konfiguracyjne FTP oraz popraw logikę wyświetlania zadań do przeglądu i zadań zbiorczych

This commit is contained in:
2025-02-25 20:35:32 +01:00
parent 3bd4726859
commit 69fae2cf09
5 changed files with 18 additions and 16 deletions

4
.vscode/ftp-kr.json vendored
View File

@@ -1,7 +1,7 @@
{
"host": "193.177.164.18",
"host": "host700513.hostido.net.pl",
"username": "www@crmpro.projectpro.pl",
"password": "fgQxh2Yvbj83JguqUgUr",
"password": "kWaxmSjECY9yfc2HpC9g",
"remotePath": "/public_html",
"protocol": "ftp",
"port": 0,

View File

@@ -216,20 +216,20 @@
"layout": {
"style.css": {
"type": "-",
"size": 21680,
"lmtime": 1740255742144,
"size": 21724,
"lmtime": 1740309272875,
"modified": false
},
"style.css.map": {
"type": "-",
"size": 37663,
"lmtime": 1740255742144,
"size": 37760,
"lmtime": 1740309272875,
"modified": false
},
"style.scss": {
"type": "-",
"size": 26252,
"lmtime": 1740255741799,
"size": 26323,
"lmtime": 1740309272397,
"modified": false
}
},

6
.vscode/sftp.json vendored
View File

@@ -1,10 +1,10 @@
{
"name": "193.177.164.18",
"host": "193.177.164.18",
"name": "host700513.hostido.net.pl",
"host": "host700513.hostido.net.pl",
"protocol": "ftp",
"port": 21,
"username": "www@crmpro.projectpro.pl",
"password": "fgQxh2Yvbj83JguqUgUr",
"password": "kWaxmSjECY9yfc2HpC9g",
"remotePath": "/public_html",
"uploadOnSave": false,
"useTempFile": false,