feat: add listening ports widget for server stats

This commit is contained in:
ZacharyZcR
2025-12-24 15:55:44 +08:00
parent 69f3f88ae5
commit 8f373d2b51
10 changed files with 336 additions and 43 deletions

View File

@@ -1731,7 +1731,16 @@
"executingQuickAction": "Executing {{name}}...",
"quickActionSuccess": "{{name}} completed successfully",
"quickActionFailed": "{{name}} failed",
"quickActionError": "Failed to execute {{name}}"
"quickActionError": "Failed to execute {{name}}",
"ports": {
"title": "Listening Ports",
"protocol": "Protocol",
"port": "Port",
"address": "Address",
"state": "State",
"process": "Process",
"noData": "No listening ports data"
}
},
"auth": {
"tagline": "SSH SERVER MANAGER",