Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update compute.js #10532

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions ui/src/config/section/compute.js
Original file line number Diff line number Diff line change
Expand Up @@ -1045,3 +1045,28 @@
}
]
}
tabs: [

Check failure on line 1048 in ui/src/config/section/compute.js

View workflow job for this annotation

GitHub Actions / build

Unexpected labeled statement

Check failure on line 1048 in ui/src/config/section/compute.js

View workflow job for this annotation

GitHub Actions / build

Expected an assignment or function call and instead saw an expression
{
name: 'details',
component: () => import('@/components/view/DetailsTab.vue')
},
{
name: 'ayuda',
component: {
template:

Check failure on line 1056 in ui/src/config/section/compute.js

View workflow job for this annotation

GitHub Actions / build

Trailing spaces not allowed
<div>
<h3>Guía rápida</h3>
<ul>
<li><strong>Estado:</strong> Running indica que la VM está activa.</li>
<li><strong>IP Pública:</strong> Usada para acceder desde Internet.</li>
<li><strong>Snapshots:</strong> Copias de seguridad rápidas.</li>
<li><strong>Plantilla:</strong> para compatibilidad, Linux para servidores.</li>
<li><strong>RAM:</strong> mínima: 2GB para pruebas, 8GB para producción.</li>
<li><strong>Número de CPUS:</strong> mejoran rendimiento pero consumen más recursos.</li>

Check failure on line 1066 in ui/src/config/section/compute.js

View workflow job for this annotation

GitHub Actions / build

Trailing spaces not allowed
</ul>
</div>

}
}
]
Comment on lines +1048 to +1072
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure about the intention, but I am absolutly sure this should be solved in a different way.

Loading