Skip to content

Commit

Permalink
Persistence page: Display link to documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hotze <[email protected]>
  • Loading branch information
florian-h05 committed Jul 3, 2023
1 parent 86cbee2 commit ac4a7f5
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,12 @@
</div>
</div>
</f7-col>
<f7-col v-if="isEditable && !newPersistence">
<f7-col>
<f7-list>
<f7-list-button color="red" @click="deletePersistence">
<f7-list-button color="blue" :href="`https://${$store.state.runtimeInfo.buildString === 'Release Build' ? 'www' : 'next'}.openhab.org/docs/configuration/persistence.html`" external target="_blank">
Open documentation
</f7-list-button>
<f7-list-button v-if="isEditable && !newPersistence" color="red" @click="deletePersistence">
Remove persistence configuration
</f7-list-button>
</f7-list>
Expand Down

0 comments on commit ac4a7f5

Please sign in to comment.