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 cd6a2ea commit f9852f0Copy full SHA for f9852f0
ui/src/utils/plugins.js
@@ -543,7 +543,7 @@ export const cpuArchitectureUtilPlugin = {
543
install (app) {
544
app.config.globalProperties.$fetchCpuArchitectureTypes = function () {
545
const architectures = [
546
- { id: 'x86_64', name: 'AMD 64 bits (x86_64)' },
+ { id: 'x86_64', name: 'Intel/AMD 64 bits (x86_64)' },
547
{ id: 'aarch64', name: 'ARM 64 bits (aarch64)' }
548
]
549
return architectures.map(item => ({ ...item, description: item.name }))
0 commit comments