mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
fix missing app config apply call
This commit is contained in:
parent
218e544bbe
commit
05f2694b1d
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
<tab-form
|
<tab-form
|
||||||
v-for="{ name, id: id_, sections, help, serverError } in panels" :key="id_"
|
v-for="{ name, id: id_, sections, help, serverError } in panels" :key="id_"
|
||||||
v-bind="{ name, id: id_ + '-form', validation: $v.forms[id_], serverError }"
|
v-bind="{ name, id: id_ + '-form', validation: $v.forms[id_], serverError }"
|
||||||
|
@submit.prevent="applyConfig(id_)"
|
||||||
>
|
>
|
||||||
<template v-if="help" #disclaimer>
|
<template v-if="help" #disclaimer>
|
||||||
<div class="alert alert-info" v-html="help" />
|
<div class="alert alert-info" v-html="help" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue