Photograph the runs screen and a dashboard read against runs

This commit is contained in:
2026-08-25 12:13:58 +02:00
parent 77754936c6
commit 2840cc8e2b
6 changed files with 80 additions and 12 deletions
+10 -5
View File
@@ -2491,6 +2491,11 @@ export const RunDetailSchema = {
title: 'Origin Commit',
default: ''
},
commit: {
type: 'string',
title: 'Commit',
default: ''
},
seed: {
anyOf: [
{
@@ -2542,11 +2547,6 @@ export const RunDetailSchema = {
type: 'object',
title: 'Result'
},
commit: {
type: 'string',
title: 'Commit',
default: ''
},
flow_version: {
type: 'integer',
title: 'Flow Version',
@@ -3619,6 +3619,11 @@ export const fluksio__api__routes__runs__RunRowSchema = {
title: 'Origin Commit',
default: ''
},
commit: {
type: 'string',
title: 'Commit',
default: ''
},
seed: {
anyOf: [
{