From 7fa0adbda4571b49a8be5ff51cb192c23b792d39 Mon Sep 17 00:00:00 2001 From: Gmer4Lfe Date: Sun, 5 Jul 2026 00:00:16 -0400 Subject: [PATCH] Fix external-link warning on the Partnership tab's web terminal link Same root cause as the tab-navigation fix (a6fe820): the "Open Terminal" link builds its href from window.location.hostname (the same server the plugin is already running on) but Unraid's global external-link guard still flags it, since it's a fully-qualified URL the guard hasn't seen allowed before. Added class="localURL", the same escape hatch used for the tab bar and dynamix's own pages. --- Plugin/unraid/pages/partnership.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin/unraid/pages/partnership.php b/Plugin/unraid/pages/partnership.php index 9cefa28..38007c9 100644 --- a/Plugin/unraid/pages/partnership.php +++ b/Plugin/unraid/pages/partnership.php @@ -983,7 +983,7 @@ function _renderActions(nodes, cfg) { Install SSH key on ${remote.hostname}
- Open Terminal