mirror of
https://github.com/OliveTin/OliveTin
synced 2025-12-12 17:15:37 +00:00
feat: ActionDetailsView component, show timeout and logs for action. Fix output streaming.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user