From 234a749b7fade9f65ea2aed743b3687dcd6f6813 Mon Sep 17 00:00:00 2001 From: ljm42 Date: Thu, 18 Jul 2024 16:09:14 -0700 Subject: [PATCH] Use "go links" when linking to Docs --- emhttp/plugins/dynamix.vm.manager/VMSettings.page | 2 +- emhttp/plugins/dynamix/OutgoingProxy.page | 2 +- emhttp/plugins/dynamix/include/.login.php | 2 +- emhttp/plugins/dynamix/include/DefaultPageLayout.php | 4 ++-- emhttp/plugins/dynamix/scripts/system_information | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/emhttp/plugins/dynamix.vm.manager/VMSettings.page b/emhttp/plugins/dynamix.vm.manager/VMSettings.page index afa172038..498c2155a 100644 --- a/emhttp/plugins/dynamix.vm.manager/VMSettings.page +++ b/emhttp/plugins/dynamix.vm.manager/VMSettings.page @@ -24,7 +24,7 @@ require_once "$docroot/plugins/dynamix.vm.manager/include/libvirt_helpers.php"; $hardware = !empty(shell_exec("/etc/rc.d/rc.libvirt test")); if (!$hardware) { echo "

"._('Your hardware does not have Intel VT-x or AMD-V capability').". "._('This is required to create VMs in KVM').". "._('Please disable the VM function').". "; - echo " "._('Click here to see the Unraid Wiki for more information')."

"; + echo " "._('View the Docs for more information')."

"; } function scan($area, $text) { diff --git a/emhttp/plugins/dynamix/OutgoingProxy.page b/emhttp/plugins/dynamix/OutgoingProxy.page index 65821b505..a5aaf7d2e 100644 --- a/emhttp/plugins/dynamix/OutgoingProxy.page +++ b/emhttp/plugins/dynamix/OutgoingProxy.page @@ -88,7 +88,7 @@ _(Select Proxy)_: > > Outgoing connections from the webgui and some system processes will use the specified http proxy. Docker container installs and updates will use the proxy, but the container itself will not, neither will any VMs. > -> For a more comprehensive solution you might consider setting up _(VPN tunnel access for System)_. +> For a more comprehensive solution you might consider setting up _(VPN tunnel access for System)_. :end

_(Outgoing Proxy)_ 1

diff --git a/emhttp/plugins/dynamix/include/.login.php b/emhttp/plugins/dynamix/include/.login.php index 87b66d383..a1e9d1398 100644 --- a/emhttp/plugins/dynamix/include/.login.php +++ b/emhttp/plugins/dynamix/include/.login.php @@ -543,7 +543,7 @@ $theme_dark = in_array($display['theme'], ['black', 'gray']); -

+

diff --git a/emhttp/plugins/dynamix/include/DefaultPageLayout.php b/emhttp/plugins/dynamix/include/DefaultPageLayout.php index 31e5a0a7c..de2483d38 100644 --- a/emhttp/plugins/dynamix/include/DefaultPageLayout.php +++ b/emhttp/plugins/dynamix/include/DefaultPageLayout.php @@ -582,7 +582,7 @@ function viewHistory() { } function flashReport() { $.post('/webGui/include/Report.php',{cmd:'config'},function(check){ - if (check>0) addBannerWarning(" "); + if (check>0) addBannerWarning(" "); }); } $(function() { @@ -803,7 +803,7 @@ default: } echo ""; echo "Unraid® webGui ©2024, Lime Technology, Inc."; -echo " "._('manual').""; +echo " "._('manual').""; echo ""; ?>