From 922eca937fec505d8812cf30ef59f69693bee820 Mon Sep 17 00:00:00 2001 From: Kurt Neufeld Date: Thu, 20 Dec 2018 09:55:38 -0700 Subject: [PATCH] make Dest column into clickable links --- admin/ui/route.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/ui/route.go b/admin/ui/route.go index fc3dcbf1a..9f94b38d4 100644 --- a/admin/ui/route.go +++ b/admin/ui/route.go @@ -91,7 +91,7 @@ $(function(){ tbl += '' + (i+1) + ''; tbl += '' + r.service + ''; tbl += '' + r.src + ''; - tbl += '' + r.dst + ''; + tbl += '' + r.dst + ''; tbl += '' + r.opts + ''; tbl += '' + (r.weight * 100).toFixed(2) + '%'; tbl += '';