add description for headscale
This commit is contained in:
@@ -171,6 +171,9 @@ return view.extend({
|
|||||||
|
|
||||||
s = m.section(form.NamedSection, 'settings', 'config');
|
s = m.section(form.NamedSection, 'settings', 'config');
|
||||||
s.title = _('Custom Server Settings');
|
s.title = _('Custom Server Settings');
|
||||||
|
s.description = _('Use ') +
|
||||||
|
'<a href="https://github.com/juanfont/headscale" target="_blank">headscale</a>' +
|
||||||
|
_(' to deploy a private server.');
|
||||||
|
|
||||||
o = s.option(form.Value, 'loginServer', _('Server address'));
|
o = s.option(form.Value, 'loginServer', _('Server address'));
|
||||||
o.default = '';
|
o.default = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user