From 75ed1d889cef3a8452b25ccc6b7fcfea533b211d Mon Sep 17 00:00:00 2001 From: Andrew Northall Date: Tue, 19 Dec 2023 22:54:02 +0000 Subject: [PATCH] Never hide date and cave name tabs --- app/templates/logger/profile/_trips_tab.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/logger/profile/_trips_tab.html b/app/templates/logger/profile/_trips_tab.html index e3deea4b..5a7a15b8 100644 --- a/app/templates/logger/profile/_trips_tab.html +++ b/app/templates/logger/profile/_trips_tab.html @@ -136,8 +136,8 @@

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 %}