mirror of https://github.com/aredn/aredn.git
fix tunnel weight UI typo (#940)
This commit is contained in:
parent
a494a8c374
commit
d579a7a5b1
|
@ -267,7 +267,7 @@ local settings = {
|
||||||
category = "Tunnel Options",
|
category = "Tunnel Options",
|
||||||
key = "aredn.@tunnel[0].weight",
|
key = "aredn.@tunnel[0].weight",
|
||||||
type = "string",
|
type = "string",
|
||||||
desc = "<b>Tunnel Weight</b> specifies the cost of using a tunnel. The higher the number, the less likely a tunnel is used.<br><br><small>aredn.@tunnel[0].weighy</small>",
|
desc = "<b>Tunnel Weight</b> specifies the cost of using a tunnel. The higher the number, the less likely a tunnel is used.<br><br><small>aredn.@tunnel[0].weight</small>",
|
||||||
default = "1",
|
default = "1",
|
||||||
needreboot= true
|
needreboot= true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue