From a94eff4518fc6fa5da1c8b1b5f44ab5b88015346 Mon Sep 17 00:00:00 2001 From: farhadh Date: Tue, 28 Apr 2026 01:04:37 +0200 Subject: [PATCH] feat: enhance panel update notifications in web GUI --- web/html/index.html | 8 ++++++-- web/translation/translate.en_US.toml | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/web/html/index.html b/web/html/index.html index 4a9a5b29..0250f564 100644 --- a/web/html/index.html +++ b/web/html/index.html @@ -334,12 +334,16 @@ {{ i18n "pages.index.currentPanelVersion" }} v[[ versionModal.panelUpdate.currentVersion || '{{ .cur_ver }}' ]] - + {{ i18n "pages.index.latestPanelVersion" }} - + [[ versionModal.panelUpdate.latestVersion || '-' ]] + + {{ i18n "pages.index.panelUpToDate" }} + {{ i18n "pages.index.xrayStatusRunning" }} +