Skip to content

Commit

Permalink
Fix masternode page columns after table is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
joeuhren committed Feb 2, 2024
1 parent dace981 commit 4e032c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/masternodes.pug
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ block content
ctable.api().column('status:name').visible(enabled_columns.status, false);
ctable.api().column('addr:name').visible(enabled_columns.addr, false);
ctable.api().column('lastpaid:name').visible(enabled_columns.lastpaid, false);
fixDataTableColumns();
}, 0);
}
});
Expand Down

0 comments on commit 4e032c0

Please sign in to comment.