Various mobile overflow fixes
This commit is contained in:
@@ -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: {}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user