diff --git a/apps/dnet-is-application/src/main/resources/templates/info.html b/apps/dnet-is-application/src/main/resources/templates/info.html index 3712f26f..dc8fe4af 100644 --- a/apps/dnet-is-application/src/main/resources/templates/info.html +++ b/apps/dnet-is-application/src/main/resources/templates/info.html @@ -20,7 +20,7 @@
{{section.name}}
- +
@@ -31,8 +31,8 @@ - - + + @@ -63,7 +63,7 @@ angular.forEach(res.data, function(section) { if (section.name != 'Modules') { angular.forEach(section.data, function(r) { - if (r.k.toLowerCase().includes('path')) { + if (r.k.toLowerCase().endsWith('path') || r.k.toLowerCase().endsWith('.dirs')) { r.v = r.v.replaceAll(':', ':\n'); } });
Group ID
{{r.k}}
{{r.v}}
{{r.k}}
{{r.v}}
{{r.group}}