diff --git a/src/templates/default/module/server/server/view.tpl.html b/src/templates/default/module/server/server/view.tpl.html
index 1425ead0..66c7a2ea 100644
--- a/src/templates/default/module/server/server/view.tpl.html
+++ b/src/templates/default/module/server/server/view.tpl.html
@@ -233,13 +233,24 @@
- {{ label_last_output }}:
- - {{ last_output }}
+ - {{ last_output_truncated }}
+ {% if last_output_truncated != last_output %}
+
+ {% endif %}
- {{ label_last_error_output }}:
- - {{ last_error_output }}
+ - {{ last_error_output_truncated }}
+ {% if last_error_output_truncated != last_error_output %}
+
+ {% endif %}
+