diff --git a/data/web/js/site/debug.js b/data/web/js/site/debug.js index 92636333..0575c5a0 100644 --- a/data/web/js/site/debug.js +++ b/data/web/js/site/debug.js @@ -237,7 +237,8 @@ jQuery(function($){ { title: 'URI', data: 'uri', - defaultContent: '' + defaultContent: '', + className: 'text-break min-tablet none' }, { title: 'Method', @@ -411,7 +412,8 @@ jQuery(function($){ { title: 'Call', data: 'call', - defaultContent: '' + defaultContent: '', + className: 'none text-break' } ] }); diff --git a/data/web/templates/debug.twig b/data/web/templates/debug.twig index 90a3b7b6..61847759 100644 --- a/data/web/templates/debug.twig +++ b/data/web/templates/debug.twig @@ -45,38 +45,38 @@ Hostname -
+

{{ hostname }}

Version -
+

{{ mailcow_info.version_tag }}

Changelog - + {{ mailcow_info.project_url }}/releases/tag/{{ mailcow_info.version_tag }} {{ lang.debug.current_time }} - - + - {{ lang.debug.timezone }} - {{ timezone }} + {{ timezone }} {{ lang.debug.uptime }} - - + - Disk Info - +
{{ vmail_df[0] }} {{ vmail_df[2] }} / {{ vmail_df[1] }} ({{ vmail_df[4] }})