style: update text for Bypass Status to Main config

This commit is contained in:
Ivan K
2025-03-21 14:21:35 +03:00
parent 5ff832533e
commit 023210e0f0

View File

@@ -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' ? '✘' : '!',