File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
bundles/org.openhab.ui/web/src/pages Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 8686 <template #media >
8787 <span class =" item-initial" >{{ widget.uid[0].toUpperCase() }}</span >
8888 </template >
89+ <template #after >
90+ <!-- This is here to push the after-title icon so it would appear immediately after the title
91+ for consistency with Things, Items, and other lists that have the lock icon for non-editable entries -->
92+ </template >
8993 <template #after-title >
9094 <f7-icon v-if =" widget.editable === false" f7 =" lock_fill" size =" 1rem" color =" gray" />
9195 </template >
Original file line number Diff line number Diff line change 121121 </div >
122122 </template >
123123 <!-- <span class="item-initial">{{page.config.label[0].toUpperCase()}}</span> -->
124+ <template #after >
125+ <!-- This is here to push the after-title icon so it would appear immediately after the title
126+ for consistency with Things, Items, and other lists that have the lock icon for non-editable entries -->
127+ </template >
124128 <template #after-title >
125129 <f7-icon v-if =" page.editable === false" f7 =" lock_fill" size =" 1rem" color =" gray" />
126130 </template >
You can’t perform that action at this time.
0 commit comments