diff options
author | Sergey Ponomarev <stokito@gmail.com> | 2024-02-03 22:06:36 +0200 |
---|---|---|
committer | Paul Donald <itsascambutmailmeanyway@gmail.com> | 2024-02-07 15:47:10 +0100 |
commit | b8a4328fcfa77621258d210dffc091353fcb1989 (patch) | |
tree | 4e2b5eebcac883525118cd7f58c8613661c460a0 /applications/luci-app-cloudflared/po | |
parent | 4bbdf8d31eeb82ecf05751078d55a6e3ff842190 (diff) |
luci-app-cloudflared: add Tunnels status page
The page allows to see if the tunnel has connections.
This can be used for a basic troubleshooting without opening the Cloudflare dashboard.
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
Diffstat (limited to 'applications/luci-app-cloudflared/po')
-rw-r--r-- | applications/luci-app-cloudflared/po/templates/cloudflared.pot | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/applications/luci-app-cloudflared/po/templates/cloudflared.pot b/applications/luci-app-cloudflared/po/templates/cloudflared.pot index ce4f3c6f96..8f1d4d5428 100644 --- a/applications/luci-app-cloudflared/po/templates/cloudflared.pot +++ b/applications/luci-app-cloudflared/po/templates/cloudflared.pot @@ -35,12 +35,20 @@ msgstr "" msgid "Configuration" msgstr "" +#: applications/luci-app-cloudflared/htdocs/luci-static/resources/view/cloudflared/tunnels.js:55 +msgid "Connections" +msgstr "" + #: applications/luci-app-cloudflared/htdocs/luci-static/resources/view/cloudflared/config.js:54 msgid "" "Create and manage your network on the <a %s>Cloudflare Zero Trust</a> " "dashboard." msgstr "" +#: applications/luci-app-cloudflared/htdocs/luci-static/resources/view/cloudflared/tunnels.js:62 +msgid "Data center" +msgstr "" + #: applications/luci-app-cloudflared/htdocs/luci-static/resources/view/cloudflared/config.js:113 msgid "Debug" msgstr "" @@ -91,10 +99,14 @@ msgstr "" msgid "Log Direction:" msgstr "" -#: applications/luci-app-cloudflared/root/usr/share/luci/menu.d/luci-app-cloudflared.json:22 +#: applications/luci-app-cloudflared/root/usr/share/luci/menu.d/luci-app-cloudflared.json:30 msgid "Logs" msgstr "" +#: applications/luci-app-cloudflared/htdocs/luci-static/resources/view/cloudflared/tunnels.js:69 +msgid "No connections" +msgstr "" + #: applications/luci-app-cloudflared/htdocs/luci-static/resources/view/cloudflared/config.js:36 msgid "Not Running" msgstr "" @@ -103,6 +115,14 @@ msgstr "" msgid "Obtain a certificate <a %s>here</a>." msgstr "" +#: applications/luci-app-cloudflared/htdocs/luci-static/resources/view/cloudflared/tunnels.js:61 +msgid "Opened At" +msgstr "" + +#: applications/luci-app-cloudflared/htdocs/luci-static/resources/view/cloudflared/tunnels.js:60 +msgid "Origin IP" +msgstr "" + #: applications/luci-app-cloudflared/htdocs/luci-static/resources/view/cloudflared/config.js:102 msgid "Region" msgstr "" @@ -138,6 +158,11 @@ msgstr "" msgid "Token" msgstr "" +#: applications/luci-app-cloudflared/htdocs/luci-static/resources/view/cloudflared/tunnels.js:82 +#: applications/luci-app-cloudflared/root/usr/share/luci/menu.d/luci-app-cloudflared.json:22 +msgid "Tunnels" +msgstr "" + #: applications/luci-app-cloudflared/htdocs/luci-static/resources/view/cloudflared/log.js:33 msgid "Unable to read the interface info from /var/log/cloudflared.log." msgstr "" |