mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 07:06:00 +00:00
sort content type string
This commit is contained in:
parent
66fbb488a8
commit
f29297dbaa
@ -558,7 +558,7 @@ Ext.define('PVE.Utils', { statics: {
|
||||
format_content_types: function(value) {
|
||||
var cta = [];
|
||||
|
||||
Ext.each(value.split(','), function(ct) {
|
||||
Ext.each(value.split(',').sort(), function(ct) {
|
||||
if (ct === 'images') {
|
||||
cta.push('Images');
|
||||
} else if (ct === 'backup') {
|
||||
|
Loading…
Reference in New Issue
Block a user