-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
base: main
Are you sure you want to change the base?
Update compute.js #10532
Conversation
Congratulations on your first Pull Request and welcome to the Apache CloudStack community! If you have any issues or are unsure about any anything please check our Contribution Guide (https://github.com/apache/cloudstack/blob/main/CONTRIBUTING.md)
|
@DaanHoogland a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
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> | ||
|
||
} | ||
} | ||
] |
There was a problem hiding this comment.
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.
UI build failed: ✖️ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10532 +/- ##
============================================
+ Coverage 16.17% 17.02% +0.85%
+ Complexity 13291 13289 -2
============================================
Files 5668 5270 -398
Lines 498179 465598 -32581
Branches 60290 54514 -5776
============================================
- Hits 80581 79284 -1297
+ Misses 408578 377441 -31137
+ Partials 9020 8873 -147
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please explain
Description
This PR...
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?