File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
bundles/org.openhab.ui/web/src/components/developer Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 48
48
</f7-list >
49
49
</f7-block >
50
50
<!-- Rules -->
51
- <f7-block class =" no-margin no-padding" v-if =" filteredSearchResults .rules.length" >
51
+ <f7-block class =" no-margin no-padding" v-if =" searchResults .rules.length" >
52
52
<f7-block-title class =" padding-left" >
53
- <f7-icon class =" margin-right" f7 =" wand_stars" />Rules ({{ filteredSearchResults .rules.length }})
53
+ <f7-icon class =" margin-right" f7 =" wand_stars" />Rules ({{ searchResults .rules.length }})
54
54
</f7-block-title >
55
55
<f7-list media-list >
56
56
<f7-list-item media-item v-for =" rule in filteredSearchResults.rules" :key =" rule.uid"
68
68
</f7-list >
69
69
</f7-block >
70
70
<!-- Scenes -->
71
- <f7-block class =" no-margin no-padding" v-if =" filteredSearchResults .scenes.length" >
71
+ <f7-block class =" no-margin no-padding" v-if =" searchResults .scenes.length" >
72
72
<f7-block-title class =" padding-left" >
73
- <f7-icon class =" margin-right" f7 =" film" />Scenes ({{ filteredSearchResults .scenes.length }})
73
+ <f7-icon class =" margin-right" f7 =" film" />Scenes ({{ searchResults .scenes.length }})
74
74
</f7-block-title >
75
75
<f7-list media-list >
76
76
<f7-list-item media-item v-for =" rule in filteredSearchResults.scenes" :key =" rule.uid"
88
88
</f7-list >
89
89
</f7-block >
90
90
<!-- Scripts -->
91
- <f7-block class =" no-margin no-padding" v-if =" filteredSearchResults .scripts.length" >
91
+ <f7-block class =" no-margin no-padding" v-if =" searchResults .scripts.length" >
92
92
<f7-block-title class =" padding-left" >
93
- <f7-icon class =" margin-right" f7 =" doc_plaintext" />Scripts ({{ filteredSearchResults .scripts.length }})
93
+ <f7-icon class =" margin-right" f7 =" doc_plaintext" />Scripts ({{ searchResults .scripts.length }})
94
94
</f7-block-title >
95
95
<f7-list media-list >
96
96
<f7-list-item media-item v-for =" rule in filteredSearchResults.scripts" :key =" rule.uid"
You can’t perform that action at this time.
0 commit comments