mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-07 22:13:24 +00:00
ui: ceph: add Ceph 19 Squid to release map
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
41af7c5e7e
commit
8b4f117858
@ -109,6 +109,7 @@ Ext.define('PVE.ceph.CephHighestVersionDisplay', {
|
|||||||
16: 'pacific',
|
16: 'pacific',
|
||||||
17: 'quincy',
|
17: 'quincy',
|
||||||
18: 'reef',
|
18: 'reef',
|
||||||
|
19: 'squid',
|
||||||
};
|
};
|
||||||
let release = major2release[maxversion[0]] || 'unknown';
|
let release = major2release[maxversion[0]] || 'unknown';
|
||||||
let newestVersionTxt = `${Ext.String.capitalize(release)} (${maxversiontext})`;
|
let newestVersionTxt = `${Ext.String.capitalize(release)} (${maxversiontext})`;
|
||||||
|
Loading…
Reference in New Issue
Block a user