Fix apply button in config.html
This commit is contained in:
@@ -94,8 +94,8 @@
|
|||||||
<b>{{ $t('_common.success') }}</b> {{ $t('config.restart_note') }}
|
<b>{{ $t('_common.success') }}</b> {{ $t('config.restart_note') }}
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3 buttons">
|
<div class="mb-3 buttons">
|
||||||
<button class="btn btn-primary mr-3" @click="save">{{ $t('_common.save') }}</button>
|
<button class="btn btn-primary" @click="save">{{ $t('_common.save') }}</button>
|
||||||
<button class="btn btn-success" @click="apply" v-if="saved && !restarted">{{ $t('_common.apply') }}</button>
|
<button class="btn btn-success mx-2" @click="apply" v-if="saved && !restarted">{{ $t('_common.apply') }}</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user