ui: remove cluster downloads (no use anymore)
This commit is contained in:
+2
-3
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user