mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-08 12:36:50 +03:00
Fix global check text
This commit is contained in:
@@ -634,11 +634,9 @@ const showConfigModal = async (command, title) => {
|
|||||||
const data = await response.json();
|
const data = await response.json();
|
||||||
clearTimeout(timeoutId);
|
clearTimeout(timeoutId);
|
||||||
|
|
||||||
formattedOutput += '\n━━━━━━━━━━━━━━━━━━━━━━━━━━━\n';
|
|
||||||
formattedOutput += ' ➡️ ' + _('FAKEIP BROWSER TEST') + '\n';
|
|
||||||
|
|
||||||
if (data.fakeip === true) {
|
if (data.fakeip === true) {
|
||||||
formattedOutput += '✅ ' + _('FakeIP is working in browser!') + '\n';
|
formattedOutput += '\n✅ ' + _('FakeIP is working in browser!') + '\n';
|
||||||
} else {
|
} else {
|
||||||
formattedOutput += '❌ ' + _('FakeIP is not working in browser') + '\n';
|
formattedOutput += '❌ ' + _('FakeIP is not working in browser') + '\n';
|
||||||
formattedOutput += _('Check DNS server on current device (PC, phone)') + '\n';
|
formattedOutput += _('Check DNS server on current device (PC, phone)') + '\n';
|
||||||
|
|||||||
@@ -2158,6 +2158,8 @@ print_global() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
global_check() {
|
global_check() {
|
||||||
|
print_global "📡 Global check run!"
|
||||||
|
print_global "━━━━━━━━━━━━━━━━━━━━━━━━━━━"
|
||||||
print_global "🛠️ System info"
|
print_global "🛠️ System info"
|
||||||
print_global "🕳️ Podkop: $(opkg list-installed podkop | awk '{print $3}')"
|
print_global "🕳️ Podkop: $(opkg list-installed podkop | awk '{print $3}')"
|
||||||
print_global "🕳️ LuCI App: $(opkg list-installed luci-app-podkop | awk '{print $3}')"
|
print_global "🕳️ LuCI App: $(opkg list-installed luci-app-podkop | awk '{print $3}')"
|
||||||
|
|||||||
Reference in New Issue
Block a user