Add help link to Server Commands

This commit is contained in:
Yukino Song
2024-09-12 12:55:58 +08:00
parent 74e079bd6e
commit 50c6e5bce5
4 changed files with 6 additions and 1 deletions

View File

@@ -95,7 +95,7 @@
</div>
<div class="mb-3 buttons">
<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>
</body>