Add warning to device management section

This commit is contained in:
Yukino Song
2024-09-24 21:35:58 +08:00
parent e3ea8ddc56
commit 349bd404f9
3 changed files with 3 additions and 0 deletions

View File

@@ -69,6 +69,7 @@
</div>
<br />
<p class="mb-0">{{ $t('pin.device_management_desc') }} <a href="https://github.com/ClassicOldSong/Apollo/wiki/Permission-System" target="_blank">{{ $t('_common.learn_more') }}</a></p>
<p class="mb-0">{{ $t('pin.device_management_warning') }}</p>
<div id="apply-alert" class="alert alert-success d-flex align-items-center mt-3" :style="{ 'display': (showApplyMessage ? 'flex !important': 'none !important') }">
<div class="me-2"><b>{{ $t('_common.success') }}</b> {{ $t('pin.unpair_single_success') }}</div>
<button class="btn btn-success ms-auto apply" @click="clickedApplyBanner">{{ $t('_common.dismiss') }}</button>