Various mobile overflow fixes

This commit is contained in:
Johannes Zellner
2025-03-26 16:04:58 +01:00
parent 785db03650
commit 67728851a3
20 changed files with 167 additions and 64 deletions

View File

@@ -24,9 +24,20 @@ const mountTypeOptions = [
const columns = {
status: {},
name: { label: 'Name', sort: true },
mountType: { label: 'Type', sort: true },
target: { label: 'Target', sort: true },
name: {
label: 'Name',
sort: true
},
mountType: {
label: 'Type',
sort: true ,
hideMobile: true,
},
target: {
label: 'Target',
sort: true,
hideMobile: true,
},
actions: {}
};