mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-08 10:32:50 +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',
|
||||
17: 'quincy',
|
||||
18: 'reef',
|
||||
19: 'squid',
|
||||
};
|
||||
let release = major2release[maxversion[0]] || 'unknown';
|
||||
let newestVersionTxt = `${Ext.String.capitalize(release)} (${maxversiontext})`;
|
||||
|
Loading…
Reference in New Issue
Block a user