diff --git a/cmd/templates/command.html b/cmd/templates/command.html
index 1298ec3..4269981 100644
--- a/cmd/templates/command.html
+++ b/cmd/templates/command.html
@@ -6,7 +6,7 @@
-
@@ -15,10 +15,14 @@
Hello {{ .UserAgent }}
+
Executing commands for {{ .Client.ClientBasicInfo.Hostname }}
+
-
+
diff --git a/cmd/templates/index.html b/cmd/templates/index.html
index 5a09fa6..dd2fd92 100644
--- a/cmd/templates/index.html
+++ b/cmd/templates/index.html
@@ -6,7 +6,7 @@
-
diff --git a/cmd/templates/style.css b/cmd/templates/style.css
index 511933f..16e99bf 100644
--- a/cmd/templates/style.css
+++ b/cmd/templates/style.css
@@ -142,6 +142,8 @@ div#command {
width: 50%;
height: 40%;
border: 2px solid black;
+ overflow: scroll;
+ text-wrap: nowrap;
}
@media (max-width: 600px) {