DaanHoogland commented on code in PR #10532: URL: https://github.com/apache/cloudstack/pull/10532#discussion_r1986408651
########## ui/src/config/section/compute.js: ########## @@ -1045,3 +1045,28 @@ export default { } ] } +tabs: [ + { + name: 'details', + component: () => import('@/components/view/DetailsTab.vue') + }, + { + name: 'ayuda', + component: { + template: + <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> + + </ul> + </div> + + } + } +] Review Comment: I am not sure about the intention, but I am absolutly sure this should be solved in a different way. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org