mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 10:42:21 +00:00
Ceph/Monitor: set name column witdh to 100px
so that we can actually read the monitor name without resizing the grid every time we visit, there is space enough Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
fe651e6f4a
commit
4769a80dbd
@ -163,7 +163,7 @@ Ext.define('PVE.node.CephMonList', {
|
||||
columns: [
|
||||
{
|
||||
header: gettext('Name'),
|
||||
width: 50,
|
||||
width: 100,
|
||||
sortable: true,
|
||||
renderer: function(v) { return "mon." + v; },
|
||||
dataIndex: 'name'
|
||||
|
Loading…
Reference in New Issue
Block a user