diff --git a/bundles/org.openhab.ui/web/src/components/widgets/standard/list/oh-list-item.vue b/bundles/org.openhab.ui/web/src/components/widgets/standard/list/oh-list-item.vue index 2e3b788bf6..9ca9611d9e 100644 --- a/bundles/org.openhab.ui/web/src/components/widgets/standard/list/oh-list-item.vue +++ b/bundles/org.openhab.ui/web/src/components/widgets/standard/list/oh-list-item.vue @@ -7,23 +7,6 @@ :accordion-item="context.component.slots && context.component.slots.accordion && !config.divider && !context.editmode" :link="(config.action !== undefined && config.action !== '' && !context.editmode) ? true : undefined" @click="performAction"> - - - - - - - - - - - - - - - - - diff --git a/bundles/org.openhab.ui/web/src/components/widgets/system/oh-list.vue b/bundles/org.openhab.ui/web/src/components/widgets/system/oh-list.vue index 8bc76386bb..09e2d32afd 100644 --- a/bundles/org.openhab.ui/web/src/components/widgets/system/oh-list.vue +++ b/bundles/org.openhab.ui/web/src/components/widgets/system/oh-list.vue @@ -1,5 +1,5 @@