From 6e3700ba312a808ff12f87df52bf005ed90cb6dd Mon Sep 17 00:00:00 2001 From: "michele.artini" Date: Thu, 1 Dec 2022 10:44:09 +0100 Subject: [PATCH] cs --- .../src/main/resources/templates/info.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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}}