diff --git a/apps/terminal/templates/terminal/session_detail.html b/apps/terminal/templates/terminal/session_detail.html index 9edcaeccf..1c96e3ee7 100644 --- a/apps/terminal/templates/terminal/session_detail.html +++ b/apps/terminal/templates/terminal/session_detail.html @@ -57,7 +57,7 @@ {{ command.input | truncatechars:40 }}
 $ {{ command.input }}
-
+ {{ command.output }}
{{ command.timestamp|ts_to_date}}