kestra-io / kestra

:zap: Workflow Automation Platform. Orchestrate & Schedule code in any language, run anywhere, 500+ plugins. Alternative to Zapier, Rundeck, Camunda, Airflow...
https://kestra.io
Apache License 2.0
11.68k stars 997 forks source link

FILE-type input lacks download and preview buttons in the new columnar design #5741

Open anna-geller opened 1 day ago

anna-geller commented 1 day ago

Describe the issue

After the switch to the columnar design, it looks like the file handling was forgotten: the download + preview buttons are missing:

image

It should have the preview + download buttons as here:

image

To reproduce, use any flow with FILE type input:

id: repro
namespace: demo
inputs:
  - id: file
    type: FILE

tasks:
  - id: hello
    type: io.kestra.plugin.core.log.Log
    message: Hello 

Environment

5AIPAVAN commented 21 hours ago

i want to try this , can you please assign this to me :-)