diff --git a/plugins/config-browser/src/main/resources/config-browser/showValidators.ftl b/plugins/config-browser/src/main/resources/config-browser/showValidators.ftl
index 068198180..98f746256 100644
--- a/plugins/config-browser/src/main/resources/config-browser/showValidators.ftl
+++ b/plugins/config-browser/src/main/resources/config-browser/showValidators.ftl
@@ -31,15 +31,17 @@
class="b" <#else>class="a"#if>>
${i.fieldName!"(see expression)"}
${action.stripPackage(i.class)}
- details
+
+ details
+ <@s.script>
+ document.getElementById('showValidators_${row}').onclick = function() {
+ window.open('validatorDetails.${extension}?clazz=${clazz}&context=${context}&selected=${row}', 'Validator Details', 'resizable=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,width=1280,height=800');
+ return false;
+ }
+ @s.script>
+
<#assign row = row + 1>
#foreach>
#if>