services: set some width to avoid column shifting
(cherry picked from commit 529d227e74)
This commit is contained in:
@@ -23,7 +23,8 @@ const columns = {
|
||||
status: {},
|
||||
name: {
|
||||
label: t('services.service'),
|
||||
sort: true
|
||||
sort: true,
|
||||
width: '30%'
|
||||
},
|
||||
memoryPercent: {
|
||||
label: t('services.memoryUsage'),
|
||||
@@ -31,7 +32,7 @@ const columns = {
|
||||
hideMobile: true,
|
||||
},
|
||||
actions: {
|
||||
width: '100px',
|
||||
width: '150px'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user