From 3e6b749f4d952fc62a961b6e6df92ab99d8b3d1b Mon Sep 17 00:00:00 2001 From: bergware Date: Sat, 11 Jun 2022 09:41:20 +0200 Subject: [PATCH 1/4] Fixed: regression in syslog display --- plugins/dynamix/Syslog.page | 7 ------- plugins/dynamix/include/Syslog.php | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/plugins/dynamix/Syslog.page b/plugins/dynamix/Syslog.page index fcd18bc8d..32273234a 100644 --- a/plugins/dynamix/Syslog.page +++ b/plugins/dynamix/Syslog.page @@ -34,13 +34,6 @@ if (file_exists($cfg)) { $select = implode($select); ?> - :diagnostics_1_plug: This utility is used for troubleshooting purposes. It will collect all of the system information and configuration files, and package these files in a single ZIP file which can be saved locally. Subsequently, this file can be included in your correspondence with Limetech or the Unraid forum. From b30c3e44ff84862d18caf1fb679a518432e4a89d Mon Sep 17 00:00:00 2001 From: bergware Date: Mon, 13 Jun 2022 22:20:20 +0200 Subject: [PATCH 4/4] Updated and fixed diagnostics page --- plugins/dynamix/Diagnostics.page | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/dynamix/Diagnostics.page b/plugins/dynamix/Diagnostics.page index 716c1c2a9..44764eb79 100644 --- a/plugins/dynamix/Diagnostics.page +++ b/plugins/dynamix/Diagnostics.page @@ -23,8 +23,9 @@ ul,li{margin:0;padding-top:0;padding-bottom:0} pre.pre{margin:30px 0} pre>p{margin:0;padding:0} tt{display:inline-block;text-align:left;position:absolute;left:30px;margin-bottom:30px} +#command{white-space:normal;border:none} .sweet-alert{width:900px;height:600px} -button.confirm{margin-top:50px} +button.confirm{margin-top:70px}