added "Experimental" to proxies title so it can be identified

This commit is contained in:
Adolfo Gómez García 2020-01-29 15:03:26 +01:00
parent f9b284ff8e
commit 929903342f

View File

@ -54,7 +54,7 @@ class Proxies(ModelHandler):
save_fields = ['name', 'host', 'port', 'ssl', 'check_cert', 'comments', 'tags']
table_title = _('Proxies')
table_title = _('Proxies (Experimental)')
table_fields = [
{'name': {'title': _('Name'), 'visible': True}},
{'url': {'title': _('Server'), 'visible': True}},