diff --git a/admin-web/static/app.js b/admin-web/static/app.js index c3f8372..f45be2d 100644 --- a/admin-web/static/app.js +++ b/admin-web/static/app.js @@ -75,6 +75,7 @@ const i18n = { main: "main", createBackup: "Create backup", restoreBackup: "Restore", + encryptedRestoreCli: "Encrypted backups are restored from CLI", backupScheduleTitle: "Automatic backups", backupScheduleLoading: "Loading schedule...", backupIncludesTitle: "Backup contents", @@ -293,6 +294,7 @@ const i18n = { main: "основной", createBackup: "Создать бекап", restoreBackup: "Восстановить", + encryptedRestoreCli: "Зашифрованные бекапы восстанавливаются через CLI", backupScheduleTitle: "Автобекапы", backupScheduleLoading: "Загрузка расписания...", backupIncludesTitle: "Что входит в бекап", @@ -1166,7 +1168,7 @@ function renderBackups(backups) {
${escapeHtml(fmtBytes(item.size))}${item.encrypted ? ` · ${escapeHtml(t("encrypted"))}` : ""} - +
`).join(""); diff --git a/admin-web/static/index.html b/admin-web/static/index.html index cd4d84e..12f9e5c 100644 --- a/admin-web/static/index.html +++ b/admin-web/static/index.html @@ -400,6 +400,6 @@ - +