From 9e82910581528f5145bbf500c7ffe6ac0c8f1570 Mon Sep 17 00:00:00 2001 From: Pablogp2005 Date: Sun, 9 Mar 2025 13:23:56 +0100 Subject: [PATCH] Update compute.js --- ui/src/config/section/compute.js | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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

+ +
+ + } + } +]