mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-29 18:37:51 +00:00
ui: ceph install wizard: drop releases not supported for Proxmox VE 8
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
40d819c7bf
commit
fa3dfb1c2c
@ -49,8 +49,6 @@ Ext.define('PVE.ceph.CephVersionSelector', {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
data: [
|
data: [
|
||||||
{ release: "octopus", version: "15.2" },
|
|
||||||
{ release: "pacific", version: "16.2" },
|
|
||||||
{ release: "quincy", version: "17.2" },
|
{ release: "quincy", version: "17.2" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@ -109,6 +107,7 @@ Ext.define('PVE.ceph.CephHighestVersionDisplay', {
|
|||||||
15: 'octopus',
|
15: 'octopus',
|
||||||
16: 'pacific',
|
16: 'pacific',
|
||||||
17: 'quincy',
|
17: 'quincy',
|
||||||
|
18: 'reef',
|
||||||
};
|
};
|
||||||
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