We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790167b commit bb94960Copy full SHA for bb94960
bundles/org.openhab.ui/web/src/pages/settings/things/thing-details.vue
@@ -139,7 +139,7 @@
139
<f7-list-button v-if="thing.statusInfo.statusDetail === 'HANDLER_MISSING_ERROR'" color="blue" title="Install Binding" @click="installBinding" />
140
<f7-list-button v-if="!error" color="blue" title="Duplicate Thing" @click="duplicateThing" />
141
<f7-list-button v-if="!error" color="blue" title="Copy DSL Definition" @click="copyThingDsl" />
142
- <f7-list-button v-if="editable" color="red" title="Remove Thing" @click="deleteThing"/>
+ <f7-list-button v-if="editable" color="red" title="Remove Thing" @click="deleteThing" />
143
</f7-list>
144
</f7-col>
145
</f7-block>
0 commit comments