diff --git a/nuxt4-app/app/components/metabase/MetabaseCardsTable.vue b/nuxt4-app/app/components/metabase/MetabaseCardsTable.vue index 21f789f..fabcd0b 100644 --- a/nuxt4-app/app/components/metabase/MetabaseCardsTable.vue +++ b/nuxt4-app/app/components/metabase/MetabaseCardsTable.vue @@ -32,63 +32,61 @@ /> - - - + + -
-
-
- Filas: - {{ currentResult.data?.rows?.length || 0 }} -
-
- Tiempo: - {{ currentResult.running_time || 0 }}ms -
-
- Estado: - - {{ currentResult.status }} - -
+
+
+
+ Filas: + {{ currentResult.data?.rows?.length || 0 }}
- - -
-
- - - -
-

No hay datos

-

La consulta se ejecutó correctamente pero no devolvió resultados.

+
+ Tiempo: + {{ currentResult.running_time || 0 }}ms
- - -
-
{{ JSON.stringify(currentResult.data, null, 2) }}
+
+ Estado: + + {{ currentResult.status }} +
- - + +
+
+ + + +
+

No hay datos

+

La consulta se ejecutó correctamente pero no devolvió resultados.

+
+ + +
+
{{ JSON.stringify(currentResult.data, null, 2) }}
+
+
+ +