ui: remove cluster downloads (no use anymore)

This commit is contained in:
Mikaël Cluseau
2026-06-17 18:35:49 +02:00
parent 99592d6efb
commit d975836adf
5 changed files with 8 additions and 16 deletions
+2 -3
View File
@@ -5,8 +5,7 @@ const Downloads = {
},
computed: {
availableAssets() {
return {
cluster: ['addons'],
return ({
host: [
"kernel",
"initrd",
@@ -23,7 +22,7 @@ const Downloads = {
"config.json",
"ipxe",
],
}[this.kind]
}[this.kind] || [])
},
downloads() {
return Object.entries(this.state.Downloads)