mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-30 13:02:20 +00:00
Update src/components/notifications/PushPlus.vue
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
parent
478e0ad5b2
commit
674d2b2424
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@
|
|||
<label for="pushPlus-sendkey" class="form-label">{{ $t("SendKey") }}</label>
|
||||
<HiddenInput id="pushPlus-sendkey" v-model="$parent.notification.pushPlusSendKey" :required="true" autocomplete="new-password"></HiddenInput>
|
||||
</div>
|
||||
<a href="https://www.pushplus.plus/" target="_blank">LearnMore"</a>
|
||||
<i18n-t tag="div" keypath="More info on:" class="mb-3 form-text">
|
||||
<a href="https://www.pushplus.plus/" target="_blank">https://www.pushplus.plus/</a>
|
||||
</i18n-t>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
|
Loading…
Add table
Reference in a new issue