mirror of
https://github.com/OliveTin/OliveTin
synced 2025-12-14 01:55:39 +00:00
feat: Most Recent Execution output in dashboard
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
<div v-html="component.title" />
|
||||
</div>
|
||||
|
||||
<DashboardComponentMostRecentExecution v-else-if="component.type == 'stdout-most-recent-execution'" :component="component" />
|
||||
|
||||
<template v-else-if="component.type == 'fieldset'">
|
||||
<template v-for="subcomponent in component.contents" :key="subcomponent.title">
|
||||
<DashboardComponent :component="subcomponent" />
|
||||
@@ -28,6 +30,7 @@
|
||||
|
||||
<script setup>
|
||||
import ActionButton from '../ActionButton.vue'
|
||||
import DashboardComponentMostRecentExecution from './DashboardComponentMostRecentExecution.vue'
|
||||
|
||||
const props = defineProps({
|
||||
component: {
|
||||
|
||||
Reference in New Issue
Block a user