mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-29 17:36:24 +00:00
ServiceView.js: use flex instead of fixed width
This commit is contained in:
parent
8f7370eea1
commit
ab29b73d6b
@ -131,7 +131,7 @@ Ext.define('Proxmox.node.ServiceView', {
|
|||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
header: gettext('Name'),
|
header: gettext('Name'),
|
||||||
width: 100,
|
flex: 1,
|
||||||
sortable: true,
|
sortable: true,
|
||||||
dataIndex: 'name'
|
dataIndex: 'name'
|
||||||
},
|
},
|
||||||
@ -145,7 +145,7 @@ Ext.define('Proxmox.node.ServiceView', {
|
|||||||
header: gettext('Description'),
|
header: gettext('Description'),
|
||||||
renderer: Ext.String.htmlEncode,
|
renderer: Ext.String.htmlEncode,
|
||||||
dataIndex: 'desc',
|
dataIndex: 'desc',
|
||||||
flex: 1
|
flex: 2
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
listeners: {
|
listeners: {
|
||||||
|
Loading…
Reference in New Issue
Block a user