feat: ActionDetailsView component, show timeout and logs for action. Fix output streaming.

This commit is contained in:
jamesread
2025-10-29 22:20:41 +00:00
parent f337e05eaf
commit 57390be16f
12 changed files with 1182 additions and 321 deletions

View File

@@ -70,6 +70,19 @@ const routes = [
]
}
},
{
path: '/action/:actionId',
name: 'ActionDetails',
component: () => import('./views/ActionDetailsView.vue'),
props: true,
meta: {
title: 'Action Details',
breadcrumb: [
{ name: "Actions", href: "/" },
{ name: "Action Details" },
]
}
},
{
path: '/diagnostics',
name: 'Diagnostics',