diff --git a/ui/src/config/section/compute.js b/ui/src/config/section/compute.js index 55aeb19317b3..f7f9c672e1e9 100644 --- a/ui/src/config/section/compute.js +++ b/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: +
+

Guía rápida

+ +
+ + } + } +]