mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 01:13:19 +00:00
improve grouping header
This commit is contained in:
parent
3406680af1
commit
ca03c7cd0a
@ -206,7 +206,7 @@ Ext.define('PVE.storage.ContentView', {
|
||||
var sm = Ext.create('Ext.selection.RowModel', {});
|
||||
|
||||
var groupingFeature = Ext.create('Ext.grid.feature.Grouping',{
|
||||
groupHeaderTpl: 'ContentType: {name} ({rows.length} Item{[values.rows.length > 1 ? "s" : ""]})'
|
||||
groupHeaderTpl: '{[ PVE.Utils.format_content_types(values.name) ]} ({rows.length} Item{[values.rows.length > 1 ? "s" : ""]})'
|
||||
});
|
||||
|
||||
var reload = function() {
|
||||
|
Loading…
Reference in New Issue
Block a user