mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
fix: display postinstall message
This commit is contained in:
parent
9c80617dd2
commit
fa580fb3e7
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
</div>
|
||||
|
||||
<vue-showdown
|
||||
v-for="[name, notif] in app.doc.notifications.postUpgrade" :key="name"
|
||||
v-for="[name, notif] in app.doc.notifications.postInstall" :key="name"
|
||||
:markdown="notif" flavor="github" :options="{ headerLevelStart: 4 }"
|
||||
/>
|
||||
</yuno-alert>
|
||||
|
|
Loading…
Reference in a new issue