ui: fix LB protocol bug (#3438)

Fixes #3252

This fixes labels for missing LB protocol(s).

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2019-06-29 00:23:36 +05:30 committed by GitHub
parent 541d280e3b
commit c160e7532a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -989,6 +989,7 @@ var dictionary = {
"label.lb.protocol.http":"HTTP",
"label.lb.protocol.ssl":"SSL",
"label.lb.protocol.tcp":"TCP",
"label.lb.protocol.tcp.proxy":"TCP-proxy",
"label.lb.protocol.udp":"UDP",
"label.ldap.configuration":"LDAP Configuration",
"label.ldap.group.name":"LDAP Group",

View File

@ -3392,6 +3392,10 @@
id: 'tcp',
name: 'tcp',
description: _l('label.lb.protocol.tcp')
}, {
id: 'tcp-proxy',
name: 'tcp-proxy',
description: _l('label.lb.protocol.tcp.proxy')
}, {
id: 'udp',
name: 'udp',