From 56284a6e3babc8099bef4690599a4f1c1fe5b4c8 Mon Sep 17 00:00:00 2001 From: Federico Vera Date: Wed, 5 Jun 2019 19:45:29 -0300 Subject: [PATCH] Add 'See complete...' buttons --- .../default/module/server/server/view.tpl.html | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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 %} +