From 30682342a8f0df17f283ec81e6b33d3494877a60 Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Mon, 31 Mar 2025 17:49:56 +0300 Subject: [PATCH] Small fix for tokens --- cp/resources/views/partials/js-tokens.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cp/resources/views/partials/js-tokens.twig b/cp/resources/views/partials/js-tokens.twig index 5faa09e..ef3e5df 100644 --- a/cp/resources/views/partials/js-tokens.twig +++ b/cp/resources/views/partials/js-tokens.twig @@ -97,10 +97,10 @@ placeholder: "{{ __('No Data') }}", columns:[ {formatter:"responsiveCollapse", width:30, minWidth:30, hozAlign:"center", resizable:false, headerSort:false, responsive:0}, - {title:"{{ __('Token') }}", field:"token", width:400, minWidth:200, headerSort:true, resizable:false, formatter: copyableFormatter, responsive:0}, + {title:"{{ __('Token') }}", field:"token", width:400, minWidth:200, headerSort:true, resizable:false, formatter: copyableFormatter, responsive:2}, { title: "{{ __('Domain') }}", field: "domain_name", width:300, minWidth:80, headerSort:true, resizable:false, formatter: domainFormatter, responsive:2}, {title:"{{ __('Type') }}", field:"tokenType", width:160, minWidth:100, headerSort:true, resizable:false, formatter: typeStatusFormatter, responsive:2}, - {title:"{{ __('Status') }}", field:"tokenStatus", width:160, minWidth:100, headerSort:true, resizable:false, formatter: lifecycleStatusFormatter, responsive:2}, + {title:"{{ __('Status') }}", field:"tokenStatus", width:160, minWidth:100, headerSort:true, resizable:false, formatter: lifecycleStatusFormatter, responsive:0}, {title: "{{ __('Actions') }}", formatter: actionsFormatter, resizable:false, headerSort:false, download:false, hozAlign: "center", responsive:0, cellClick: function(e, cell){ if (e.target.closest('.delete-btn')) { e.preventDefault(); // Prevent the default link behavior