From d6ab3478c60b935b33368017df3bf2fe1c8cea6c Mon Sep 17 00:00:00 2001 From: stanislavsulc Date: Wed, 21 Feb 2024 02:07:08 +0100 Subject: [PATCH] List of executions --- webapi/index.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapi/index.py b/webapi/index.py index 1c7d61e..814c405 100644 --- a/webapi/index.py +++ b/webapi/index.py @@ -415,7 +415,7 @@ def executions(): html = '

List of workflow executions:

' html += '
' html += 'WorkflowID: ' - html += 'ver.: ' + html += 'version: ' html += 'label: ' html += 'status: ' - html += 'number of records: ' + html += 'limit: ' html += '' html += '

'