services: set some width to avoid column shifting

(cherry picked from commit 529d227e74)
This commit is contained in:
Girish Ramakrishnan
2026-01-18 18:26:26 +01:00
parent 472e513a9f
commit 7f8143f06f
+3 -2
View File
@@ -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'
}
};