mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
Warn about the backup feature
This commit is contained in:
parent
104d521633
commit
0dd858d516
@ -1,6 +1,12 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<div class="my-4">
|
<div class="my-4">
|
||||||
|
<div class="alert alert-warning" role="alert" style="border-radius: 15px;">
|
||||||
|
{{ $t("backupOutdatedWarning") }}<br />
|
||||||
|
<br />
|
||||||
|
{{ $t("backupRecommend") }}
|
||||||
|
</div>
|
||||||
|
|
||||||
<h4 class="mt-4 mb-2">{{ $t("Export Backup") }}</h4>
|
<h4 class="mt-4 mb-2">{{ $t("Export Backup") }}</h4>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
@ -580,4 +580,6 @@ export default {
|
|||||||
goAlertInfo: "GoAlert is a An open source application for on-call scheduling, automated escalations and notifications (like SMS or voice calls). Automatically engage the right person, the right way, and at the right time! {0}",
|
goAlertInfo: "GoAlert is a An open source application for on-call scheduling, automated escalations and notifications (like SMS or voice calls). Automatically engage the right person, the right way, and at the right time! {0}",
|
||||||
goAlertIntegrationKeyInfo: "Get generic API integration key for the service in this format \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\" usually the value of token parameter of copied URL.",
|
goAlertIntegrationKeyInfo: "Get generic API integration key for the service in this format \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\" usually the value of token parameter of copied URL.",
|
||||||
goAlert: "GoAlert",
|
goAlert: "GoAlert",
|
||||||
|
backupOutdatedWarning: "Deprecated: Since a lot of features added and this backup feature is a bit unmaintained, it cannot generate or restore a complete backup.",
|
||||||
|
backupRecommend: "Please backup the volume or the data folder (./data/) directly instead.",
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user