From 817ea9ab9f58172206f6bd47dd6eb836cdb2f05e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B8=D1=82=D0=B0=D0=BB=D0=B8=D0=B9=20=D0=9B=D0=B8?= =?UTF-8?q?=D1=82=D0=B2=D0=B8=D0=BD=D0=BE=D0=B2?= Date: Sat, 25 Apr 2026 14:51:10 +0300 Subject: [PATCH] v2.5.0: clarify encrypted restore in admin --- admin-web/static/app.js | 4 +++- admin-web/static/index.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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 @@ - +