mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
fix: ConfigPanel help message
This commit is contained in:
parent
2cce638d90
commit
7859b221fc
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
<slot name="tab-top" />
|
<slot name="tab-top" />
|
||||||
|
|
||||||
<template v-if="panel.help" #disclaimer>
|
<template v-if="panel.help" #disclaimer>
|
||||||
<div class="alert alert-info" v-html="help" />
|
<div class="alert alert-info" v-html="panel.help" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<slot name="tab-before" />
|
<slot name="tab-before" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue