mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 09:01:32 +00:00
ui: node/datacenter summary: show tags by default and flex that column
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
5347251f8c
commit
f422af002a
@ -297,9 +297,10 @@ Ext.define('PVE.data.ResourceStore', {
|
||||
header: gettext('Tags'),
|
||||
renderer: (value) => PVE.Utils.renderTags(value, PVE.Utils.tagOverrides),
|
||||
type: 'string',
|
||||
hidden: true,
|
||||
sortable: true,
|
||||
flex: 1,
|
||||
},
|
||||
// note: flex only last column to keep info closer together
|
||||
};
|
||||
|
||||
let fields = [];
|
||||
|
Loading…
Reference in New Issue
Block a user