From 023210e0f0fc9051e805939d1f51bb709c7f3e79 Mon Sep 17 00:00:00 2001 From: Ivan K Date: Fri, 21 Mar 2025 14:21:35 +0300 Subject: [PATCH] style: update text for Bypass Status to Main config --- .../htdocs/luci-static/resources/view/podkop/podkop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-podkop/htdocs/luci-static/resources/view/podkop/podkop.js b/luci-app-podkop/htdocs/luci-static/resources/view/podkop/podkop.js index 7705dd1..b824e3a 100644 --- a/luci-app-podkop/htdocs/luci-static/resources/view/podkop/podkop.js +++ b/luci-app-podkop/htdocs/luci-static/resources/view/podkop/podkop.js @@ -764,7 +764,7 @@ let createStatusSection = function (podkopStatus, singboxStatus, podkop, luci, s ]), E('div', { style: 'margin-bottom: 10px;' }, [ E('div', { style: 'margin-bottom: 5px;' }, [ - E('strong', {}, _('Bypass Status')), + E('strong', {}, _('Main config')), E('br'), E('span', { style: `color: ${bypassStatus.color}` }, [ bypassStatus.state === 'working' ? '✔' : bypassStatus.state === 'not_working' ? '✘' : '!',