mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-17 03:44:07 +03:00
style: update text for Bypass Status to Main config
This commit is contained in:
@@ -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' ? '✘' : '!',
|
||||
|
||||
Reference in New Issue
Block a user