This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from a2492dde3fe do not instantiate raw CallbackRequest (#45482)
add 8ae1ef0c7a7 Add full screen view for logs (#45183)
No new revisions were added by this update.
Summary of changes:
.../ui/src/pages/TaskInstance/{ => Logs}/Logs.tsx | 78 +++++++++++++++-------
.../TaskInstance/Logs/TaskLogContent.tsx} | 37 +++++-----
.../src/pages/TaskInstance/Logs/TaskLogHeader.tsx | 66 ++++++++++++++++++
.../pages/{Dag/Runs => TaskInstance/Logs}/index.ts | 2 +-
4 files changed, 140 insertions(+), 43 deletions(-)
rename airflow/ui/src/pages/TaskInstance/{ => Logs}/Logs.tsx (57%)
copy airflow/ui/src/{components/DataTable/types.ts =>
pages/TaskInstance/Logs/TaskLogContent.tsx} (54%)
create mode 100644 airflow/ui/src/pages/TaskInstance/Logs/TaskLogHeader.tsx
copy airflow/ui/src/pages/{Dag/Runs => TaskInstance/Logs}/index.ts (97%)