mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Started work on web-based SSH support.
This commit is contained in:
parent
ee3581aa31
commit
110195d8c6
9 changed files with 2151 additions and 1701 deletions
|
@ -40,6 +40,7 @@ var meshCentralSourceFiles = [
|
|||
"../views/terminal.handlebars",
|
||||
"../views/sharing.handlebars",
|
||||
"../views/mstsc.handlebars",
|
||||
"../views/ssh.handlebars",
|
||||
"../emails/account-check.html",
|
||||
"../emails/account-invite.html",
|
||||
"../emails/account-login.html",
|
||||
|
@ -78,6 +79,7 @@ var minifyMeshCentralSourceFiles = [
|
|||
"../views/terminal.handlebars",
|
||||
"../views/sharing.handlebars",
|
||||
"../views/mstsc.handlebars",
|
||||
"../views/ssh.handlebars",
|
||||
"../public/scripts/agent-desktop-0.0.2.js",
|
||||
"../public/scripts/agent-redir-rtc-0.1.0.js",
|
||||
"../public/scripts/agent-redir-ws-0.1.1.js",
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue