From f5ad8423708031ce2bf5a535fb057b913033d7d1 Mon Sep 17 00:00:00 2001 From: simonsymhoven Date: Mon, 5 Sep 2022 20:11:46 +0200 Subject: [PATCH] remove table link if `item` has no sub items --- .../plugins/reporter/ItemViewModel/index.jelly | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/main/resources/io/jenkins/plugins/reporter/ItemViewModel/index.jelly b/src/main/resources/io/jenkins/plugins/reporter/ItemViewModel/index.jelly index f6fcc22..fd18fb2 100644 --- a/src/main/resources/io/jenkins/plugins/reporter/ItemViewModel/index.jelly +++ b/src/main/resources/io/jenkins/plugins/reporter/ItemViewModel/index.jelly @@ -73,9 +73,14 @@ - - ${row.name} + + + ${row.name} + + + ${row.name} +