diff --git a/cmd/templates/command.html b/cmd/templates/command.html index af79e65..0afca55 100644 --- a/cmd/templates/command.html +++ b/cmd/templates/command.html @@ -2,7 +2,7 @@
-ID | -Status | -Remote IP | -Local IP | -Username | -Hostname | -Operating System | +ID | +Status | +Remote IP | +Local IP | +Username | +Hostname | +Operating System | CMD | diff --git a/cmd/templates/style.css b/cmd/templates/style.css index a92984d..a10a165 100644 --- a/cmd/templates/style.css +++ b/cmd/templates/style.css @@ -36,6 +36,10 @@ td { padding: 5px; } +td#bold { + font-weight: bold; +} + on { color: green; font-weight: 500; @@ -140,7 +144,7 @@ footer { div#command { width: 100%; - height: 50%; + height: 60%; border: 2px solid black; overflow: scroll; padding-bottom: 30px;