Skip to content

Commit

Permalink
ui: Remove duplicate destination column
Browse files Browse the repository at this point in the history
Fixes #628.

Signed-off-by: Peter Schultz <peter.schultz@classmarkets.com>
  • Loading branch information
pschultz committed Jun 3, 2019
1 parent 6c1cfa9 commit 6629113
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion admin/ui/route.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ $(function(){
$tr.append($('<td />').text(i+1));
$tr.append($('<td />').text(r.service));
$tr.append($('<td />').text(r.src));
$tr.append($('<td />').text(r.dst));
$tr.append($('<td />').append($('<a />').attr('href', r.dst).text(r.dst)));
$tr.append($('<td />').text(r.opts));
$tr.append($('<td />').text((r.weight * 100).toFixed(2) + '%'));
Expand Down

0 comments on commit 6629113

Please sign in to comment.