From fd473ceda0d39eddbdaaa1e9fa324a7a342441c4 Mon Sep 17 00:00:00 2001 From: asvow Date: Mon, 29 Jan 2024 19:58:35 +0800 Subject: [PATCH] add description for headscale --- htdocs/luci-static/resources/view/tailscale/base.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/luci-static/resources/view/tailscale/base.js b/htdocs/luci-static/resources/view/tailscale/base.js index fb6839a..c985c9e 100644 --- a/htdocs/luci-static/resources/view/tailscale/base.js +++ b/htdocs/luci-static/resources/view/tailscale/base.js @@ -171,6 +171,9 @@ return view.extend({ s = m.section(form.NamedSection, 'settings', 'config'); s.title = _('Custom Server Settings'); + s.description = _('Use ') + + 'headscale' + + _(' to deploy a private server.'); o = s.option(form.Value, 'loginServer', _('Server address')); o.default = '';