Skip to content

Commit 8d61f77

Browse files
committed
ui: multi-arch improvements
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent 2579cc4 commit 8d61f77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/config/section/image.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default {
4242
}
4343
return 'Not Ready'
4444
}
45-
}, 'ostypename', 'hypervisor']
45+
}, 'ostypename', 'arch', 'hypervisor']
4646
if (['Admin', 'DomainAdmin'].includes(store.getters.userInfo.roletype)) {
4747
fields.push('size')
4848
fields.push('account')
@@ -218,7 +218,7 @@ export default {
218218
}
219219
return 'Not Ready'
220220
}
221-
}, 'ostypename']
221+
}, 'ostypename', 'arch']
222222
if (['Admin', 'DomainAdmin'].includes(store.getters.userInfo.roletype)) {
223223
fields.push('size')
224224
fields.push('account')

0 commit comments

Comments
 (0)