We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2579cc4 commit 8d61f77Copy full SHA for 8d61f77
ui/src/config/section/image.js
@@ -42,7 +42,7 @@ export default {
42
}
43
return 'Not Ready'
44
45
- }, 'ostypename', 'hypervisor']
+ }, 'ostypename', 'arch', 'hypervisor']
46
if (['Admin', 'DomainAdmin'].includes(store.getters.userInfo.roletype)) {
47
fields.push('size')
48
fields.push('account')
@@ -218,7 +218,7 @@ export default {
218
219
220
221
- }, 'ostypename']
+ }, 'ostypename', 'arch']
222
223
224
0 commit comments