mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-09 02:38:26 +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: [
|
columns: [
|
||||||
{
|
{
|
||||||
header: gettext('Name'),
|
header: gettext('Name'),
|
||||||
width: 50,
|
width: 100,
|
||||||
sortable: true,
|
sortable: true,
|
||||||
renderer: function(v) { return "mon." + v; },
|
renderer: function(v) { return "mon." + v; },
|
||||||
dataIndex: 'name'
|
dataIndex: 'name'
|
||||||
|
Loading…
Reference in New Issue
Block a user