1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

New command run dialog box can now run scripts that are stored on the server.

This commit is contained in:
Ylian Saint-Hilaire 2022-08-19 17:30:20 -07:00
parent ab84719afe
commit d171d2af82
3 changed files with 123 additions and 88 deletions

View file

@ -591,14 +591,14 @@ body {
width: 260px;
}
#d3serveraction {
#d3serveraction, #d2serveraction {
width: 100%;
background-color: #d3d9d6;
text-align: left;
padding: 3px;
}
#d3serverfiles {
#d3serverfiles, #d2serverfiles {
width: 100%;
height: 150px;
background-color: white;