Skip to content

Commit

Permalink
fix pairs page error when no watchdogs present
Browse files Browse the repository at this point in the history
  • Loading branch information
egisz committed Jun 3, 2020
1 parent 42d6eaf commit aeaa943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/static/js/pairs.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $(function() {
{ data: 'state', title: 'State' },
{ data: 'capital', title: 'Capital' },
{ data: 'strategies', title: 'Strategies' },
{ data: 'watchdogs', title: 'Options' },
{ data: 'watchdogs', title: 'Options', defaultContent: '' },
{ data: 'process', title: 'Process', defaultContent: '' },
{ data: 'actions', title: 'Actions' }
// { data: 'actions', visible: false }
Expand Down

0 comments on commit aeaa943

Please sign in to comment.