Add server manager

Only removing is supported for now
This commit is contained in:
2025-10-14 14:27:54 +02:00
parent 7274285f95
commit 6c35320164
4 changed files with 125 additions and 1 deletions

View File

@@ -95,3 +95,12 @@
display: block;
}
.trweb_formshade {
background-color: rgba(0,0,0,0.75);
height: 100%;
position:absolute;
top: 0;
left: 0;
width: 100%;
z-index: 10;
}