Remove webconsole, fixes RCE via json-rpc. Thanks @lb0x

This commit is contained in:
billz
2020-08-22 11:41:33 +01:00
parent 267f31785a
commit dd5ab7bdc2
7 changed files with 0 additions and 980 deletions

View File

@@ -129,21 +129,6 @@ i.fa.fa-bars:hover{
float: left;
}
.webconsole {
width:100%;
height:100%;
border:1px solid;
}
#console {
height:500px;
}
.systemtabcontent {
height:100%;
min-height:500px;
}
.service-status {
border-width: 0;
}

View File

@@ -357,16 +357,6 @@ color: #d2d2d2 !important
border-color: #404040;
}
.webconsole {
width: 100%;
height: 20rem;
border: 1px solid #404040;
}
#console {
height: 500px;
}
tspan, rect {
fill: #d2d2d2;
}