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
12.98k stars 1.13k forks source link

bug(ui): Display download/preview button for file types in new Column… #5778

Closed ManojTauro closed 1 week ago

ManojTauro commented 1 week ago

closes #5741

How the changes have been QAed?

Create a flow with all possible input types and verify inputs are displayed as expected. Specifically for file types, download/preview button should be visible.

id: repro
namespace: demo
inputs:
  - id: columns_to_keepjhbhjdbvchjdfhjbhjdbch
    type: ARRAY
    itemType: STRING
    defaults: 
      - brand
      - price
  - id: file
    type: FILE
  - id: file-1
    type: FILE
  - id: date
    type: DATE
  - id: boolean
    type: BOOLEAN
  - id: datetime
    type: DATETIME
  - id: enum
    type: ENUM
    values:
      - hi
      - hello
  - id: int
    type: INT
  - id: float
    type: FLOAT

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