Skip to content

Commit

Permalink
Never hide date and cave name tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
anorthall committed Dec 19, 2023
1 parent 27f6b35 commit 75ed1d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/logger/profile/_trips_tab.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ <h4>
height: '60vh',
responsiveLayout: "hide",
columns: [
{title: "Date", field: "date", widthGrow: 1, minWidth: 100, sorter: "date", sorterParams: {format: "DD"}},
{title: "Cave", field: "cave", widthGrow: 2, minWidth: 200},
{title: "Date", field: "date", widthGrow: 1, minWidth: 100, sorter: "date", sorterParams: {format: "DD"}, responsive: 0},
{title: "Cave", field: "cave", widthGrow: 2, minWidth: 200, responsive: 0},
{% if profile_user.disable_distance_statistics %}
{title: "Region", field: "region", widthGrow: 1, minWidth: 100},
{% endif %}
Expand Down

0 comments on commit 75ed1d8

Please sign in to comment.