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

Added Windows Service control in remote desktop tools

This commit is contained in:
Ylian Saint-Hilaire 2019-07-31 16:49:23 -07:00
parent 4bacd57aa5
commit ebdf55844e
15 changed files with 256 additions and 38 deletions

View file

@ -2056,15 +2056,34 @@ a {
margin: auto;
}
#deskToolsBar {
.deskToolsTopTab {
position:absolute;
background-color:lightgray;
padding:2px;
top:2px;
left:0px;
width:80px;
bottom:2px;
border-top-left-radius:4px;
border-top-right-radius:4px;
cursor:pointer;
}
#deskToolsAreaTop {
position: absolute;
/*
padding: 3px;
border-radius: 3px 3px 0px 0px;
top: 5px;
left: 4px;
bottom: 26px;
background-color: lightgray;
cursor: pointer;
*/
top: 0px;
left: 4px;
right: 4px;
height: 26px;
background-color: gray;
}
#deskToolsArea {
@ -2088,6 +2107,17 @@ a {
float: left;
}
#deskToolsServiceHeader {
border-bottom: 1px solid darkgray;
padding: 3px;
}
#deskToolsServiceHeader .colmn1 {
width: 50px;
padding-right: 5px;
float: left;
}
#DeskToolsProcesses {
overflow-y: scroll;
position: absolute;
@ -2097,6 +2127,15 @@ a {
color:black;
}
#DeskToolsServices {
overflow-y: scroll;
position: absolute;
top: 24px;
bottom: 0px;
width: 100%;
color:black;
}
.deskToolsBar {
padding: 3px;
}