From 649843bcb9bdb198617900343ff6e77879866eeb Mon Sep 17 00:00:00 2001 From: labkey-tchad Date: Mon, 3 Mar 2025 14:28:01 -0800 Subject: [PATCH 1/2] Make external source forms more testable --- core/src/org/labkey/core/admin/addNewExternalSource.jsp | 2 +- core/src/org/labkey/core/admin/existingExternalSources.jsp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/org/labkey/core/admin/addNewExternalSource.jsp b/core/src/org/labkey/core/admin/addNewExternalSource.jsp index e3b9e5a42c1..bfb4c705c7c 100644 --- a/core/src/org/labkey/core/admin/addNewExternalSource.jsp +++ b/core/src/org/labkey/core/admin/addNewExternalSource.jsp @@ -94,7 +94,7 @@ ExternalSourcesForm form = (ExternalSourcesForm)getModelBean(); Directive directive = EnumUtils.getEnum(Directive.class, form.getNewDirective()); %> - + diff --git a/core/src/org/labkey/core/admin/existingExternalSources.jsp b/core/src/org/labkey/core/admin/existingExternalSources.jsp index e39ecf11c2e..4c1bed7f190 100644 --- a/core/src/org/labkey/core/admin/existingExternalSources.jsp +++ b/core/src/org/labkey/core/admin/existingExternalSources.jsp @@ -74,13 +74,13 @@ if (existingAllowedHosts.isEmpty()) { %> - + <% } else { %> - + <% int num = 1; for (AllowedHost sub : existingAllowedHosts) { From 32cfa419a931e9e245a54b1d0cadfa800b1d9b90 Mon Sep 17 00:00:00 2001 From: labkey-tchad Date: Mon, 3 Mar 2025 16:53:54 -0800 Subject: [PATCH 2/2] Header cell should be a 'th' --- core/src/org/labkey/core/admin/existingExternalSources.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/org/labkey/core/admin/existingExternalSources.jsp b/core/src/org/labkey/core/admin/existingExternalSources.jsp index 4c1bed7f190..6bbaec9797a 100644 --- a/core/src/org/labkey/core/admin/existingExternalSources.jsp +++ b/core/src/org/labkey/core/admin/existingExternalSources.jsp @@ -74,7 +74,7 @@ if (existingAllowedHosts.isEmpty()) { %> - + <% } else
No External Resource Hosts have been configured.
No External Resource Hosts have been configured.
DirectiveHost
DirectiveHost
No External Resource Hosts have been configured.
No External Resource Hosts have been configured.