diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/ar/browse.json b/airflow-core/src/airflow/ui/public/i18n/locales/ar/browse.json
index f283c52b35a83..bfccb1a8d4950 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/ar/browse.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/ar/browse.json
@@ -1,9 +1,5 @@
{
"auditLog": {
- "actions": {
- "collapseAllExtra": "طي جميع الJSON الإضافية",
- "expandAllExtra": "توسيع جميع الJSON الإضافية"
- },
"columns": {
"event": "اصل",
"extra": "إضافي",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/ar/common.json b/airflow-core/src/airflow/ui/public/i18n/locales/ar/common.json
index d1e4c9539e823..73fa90949c831 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/ar/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/ar/common.json
@@ -37,6 +37,7 @@
"requiredActions": "إجراءات مطلوبة",
"xcoms": "(XComs) إكس كوم"
},
+ "collapseAllExtra": "طي جميع الJSON الإضافية",
"collapseDetailsPanel": "طي لوحة التفاصيل",
"createdAssetEvent_few": "تم إنشاء واقعات أصل",
"createdAssetEvent_many": "تم إنشاء واقعات أصل",
@@ -122,6 +123,7 @@
"hotkey": "e",
"tooltip": "اضغط {{hotkey}} للتوسيع"
},
+ "expandAllExtra": "توسيع جميع الJSON الإضافية",
"expression": {
"all": "الكل",
"and": "و",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/el/browse.json b/airflow-core/src/airflow/ui/public/i18n/locales/el/browse.json
index 712d4d6bd4258..75c155eddb290 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/el/browse.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/el/browse.json
@@ -1,9 +1,5 @@
{
"auditLog": {
- "actions": {
- "collapseAllExtra": "Σύμπτυξη όλων των επιπλέον json",
- "expandAllExtra": "Ανάπτυξη όλων των επιπλέον json"
- },
"columns": {
"event": "Συμβάν",
"extra": "Επιπλέον",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/el/common.json b/airflow-core/src/airflow/ui/public/i18n/locales/el/common.json
index 2870dda2c272d..88e40898dc9f2 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/el/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/el/common.json
@@ -25,6 +25,7 @@
"requiredActions": "Απαιτούμενες Ενέργειες",
"xcoms": "XComs"
},
+ "collapseAllExtra": "Σύμπτυξη όλων των επιπλέον json",
"collapseDetailsPanel": "Σύμπτυξη Πίνακα Λεπτομερειών",
"createdAssetEvent_one": "Δημιουργήθηκε Συμβάν Οντότητας",
"createdAssetEvent_other": "Δημιουργήθηκαν Συμβάντα Οντοτήτων",
@@ -93,6 +94,7 @@
"hotkey": "e",
"tooltip": "Πατήστε {{hotkey}} για εναλλαγή ανάπτυξης"
},
+ "expandAllExtra": "Ανάπτυξη όλων των επιπλέον json",
"expression": {
"all": "Όλα",
"and": "ΚΑΙ",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/es/browse.json b/airflow-core/src/airflow/ui/public/i18n/locales/es/browse.json
index b967b5b4ab6bd..5e117af466d12 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/es/browse.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/es/browse.json
@@ -1,9 +1,5 @@
{
"auditLog": {
- "actions": {
- "collapseAllExtra": "Colapsar todos los extra json",
- "expandAllExtra": "Expandir todos los extra json"
- },
"columns": {
"event": "Evento",
"extra": "Extra",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/es/common.json b/airflow-core/src/airflow/ui/public/i18n/locales/es/common.json
index cf4086d08e3eb..ad6819dc817c0 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/es/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/es/common.json
@@ -28,6 +28,7 @@
"requiredActions": "Acciones Requeridas",
"xcoms": "XComs"
},
+ "collapseAllExtra": "Colapsar todos los extra json",
"collapseDetailsPanel": "Colapsar Detalles del Panel",
"createdAssetEvent_many": "Eventos de Asset Creados",
"createdAssetEvent_one": "Evento de Asset Creado",
@@ -104,6 +105,7 @@
"hotkey": "e",
"tooltip": "Presiona {{hotkey}} para alternar expandir"
},
+ "expandAllExtra": "Expandir todos los extra json",
"expression": {
"all": "Todos",
"and": "Y",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/fr/browse.json b/airflow-core/src/airflow/ui/public/i18n/locales/fr/browse.json
index 125689d85fafc..f2a8705521571 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/fr/browse.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/fr/browse.json
@@ -1,9 +1,5 @@
{
"auditLog": {
- "actions": {
- "collapseAllExtra": "Réduire tous les extra json",
- "expandAllExtra": "Ouvrir tous les extra json"
- },
"columns": {
"event": "Événement",
"extra": "Extra",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/fr/common.json b/airflow-core/src/airflow/ui/public/i18n/locales/fr/common.json
index fe2002b5c0f68..8e7c82c00e3ea 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/fr/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/fr/common.json
@@ -28,6 +28,7 @@
"requiredActions": "Actions requises",
"xcoms": "XComs"
},
+ "collapseAllExtra": "Réduire tous les extra json",
"collapseDetailsPanel": "Replier le panneau des détails",
"createdAssetEvent_many": "Événements d'Asset créés",
"createdAssetEvent_one": "Événement d'Asset créé",
@@ -99,6 +100,7 @@
"hotkey": "e",
"tooltip": "Appuyez sur {{hotkey}} pour développer/réduire"
},
+ "expandAllExtra": "Ouvrir tous les extra json",
"expression": {
"all": "Tous",
"and": "Et",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/hi/browse.json b/airflow-core/src/airflow/ui/public/i18n/locales/hi/browse.json
index 4ee78a7e0aef9..1fc984b27a912 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/hi/browse.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/hi/browse.json
@@ -1,9 +1,5 @@
{
"auditLog": {
- "actions": {
- "collapseAllExtra": "सभी अतिरिक्त JSON को संकुचित करें",
- "expandAllExtra": "सभी अतिरिक्त JSON को विस्तृत करें"
- },
"columns": {
"event": "इवेंट",
"extra": "अतिरिक्त",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/hi/common.json b/airflow-core/src/airflow/ui/public/i18n/locales/hi/common.json
index 1dcef4cb0cc1b..69ecd84e7bb5f 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/hi/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/hi/common.json
@@ -18,6 +18,7 @@
"requiredActions": "आवश्यक क्रियाएं",
"xcoms": "XComs"
},
+ "collapseAllExtra": "सभी अतिरिक्त JSON को संकुचित करें",
"collapseDetailsPanel": "विवरण पैनल को छुपाएं",
"createdAssetEvent_one": "बनाया गया एसेट इवेंट",
"createdAssetEvent_other": "बनाए गए एसेट इवेंट्स",
@@ -85,6 +86,7 @@
"hotkey": "e",
"tooltip": "विस्तार को टॉगल करने के लिए {{hotkey}} दबाएं"
},
+ "expandAllExtra": "सभी अतिरिक्त JSON को विस्तृत करें",
"expression": {
"all": "सभी",
"and": "और",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/hu/browse.json b/airflow-core/src/airflow/ui/public/i18n/locales/hu/browse.json
index c4520b3cb24b8..403fbac6cce26 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/hu/browse.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/hu/browse.json
@@ -1,9 +1,5 @@
{
"auditLog": {
- "actions": {
- "collapseAllExtra": "Összes extra JSON összecsukása",
- "expandAllExtra": "Összes extra JSON kibontása"
- },
"columns": {
"event": "Esemény",
"extra": "Extra",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/hu/common.json b/airflow-core/src/airflow/ui/public/i18n/locales/hu/common.json
index ad4277a264b66..bd48068c9de79 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/hu/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/hu/common.json
@@ -25,6 +25,7 @@
"requiredActions": "Szükséges műveletek",
"xcoms": "XComok"
},
+ "collapseAllExtra": "Összes extra JSON összecsukása",
"collapseDetailsPanel": "Részletek panel összecsukása",
"createdAssetEvent_one": "Létrehozott adatkészlet esemény",
"createdAssetEvent_other": "Létrehozott adatkészlet események",
@@ -98,6 +99,7 @@
"hotkey": "e",
"tooltip": "Nyomd meg a(z) {{hotkey}} gombot a kibontáshoz"
},
+ "expandAllExtra": "Összes extra JSON kibontása",
"expression": {
"all": "Mind",
"and": "ÉS",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/it/browse.json b/airflow-core/src/airflow/ui/public/i18n/locales/it/browse.json
index 75e8251efb050..ace4e7d408b7e 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/it/browse.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/it/browse.json
@@ -1,9 +1,5 @@
{
"auditLog": {
- "actions": {
- "collapseAllExtra": "Collassa tutti i json extra",
- "expandAllExtra": "Espandi tutti i json extra"
- },
"columns": {
"event": "Evento",
"extra": "Extra",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/it/common.json b/airflow-core/src/airflow/ui/public/i18n/locales/it/common.json
index 306359ac1068f..c504aa7f9425a 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/it/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/it/common.json
@@ -31,6 +31,7 @@
"requiredActions": "Azioni Richieste",
"xcoms": "XComs"
},
+ "collapseAllExtra": "Collassa tutti i json extra",
"collapseDetailsPanel": "Collassa i Dettagli",
"createdAssetEvent_many": "Eventi Asset Creati",
"createdAssetEvent_one": "Evento Asset Creato",
@@ -105,6 +106,7 @@
"hotkey": "e",
"tooltip": "Premi {{hotkey}} per attivare/disattivare espansione"
},
+ "expandAllExtra": "Espandi tutti i json extra",
"expression": {
"all": "Tutti",
"and": "E",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/ko/browse.json b/airflow-core/src/airflow/ui/public/i18n/locales/ko/browse.json
index 35a0600014191..0e1ec65f21475 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/ko/browse.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/ko/browse.json
@@ -1,9 +1,5 @@
{
"auditLog": {
- "actions": {
- "collapseAllExtra": "모든 추가 JSON 접기",
- "expandAllExtra": "모든 추가 JSON 펼치기"
- },
"columns": {
"event": "이벤트",
"extra": "추가 정보",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/ko/common.json b/airflow-core/src/airflow/ui/public/i18n/locales/ko/common.json
index a909e2495ef4f..965ec38f33cff 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/ko/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/ko/common.json
@@ -25,6 +25,7 @@
"requiredActions": "필수 작업",
"xcoms": "XComs"
},
+ "collapseAllExtra": "모든 추가 JSON 접기",
"collapseDetailsPanel": "세부 정보 패널 접기",
"createdAssetEvent_one": "생성된 에셋 이벤트",
"createdAssetEvent_other": "생성된 에셋 이벤트들",
@@ -93,6 +94,7 @@
"hotkey": "e",
"tooltip": "{{hotkey}}를 눌러 펼치기/접기합니다."
},
+ "expandAllExtra": "모든 추가 JSON 펼치기",
"expression": {
"all": "모두",
"and": "그리고",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/nl/browse.json b/airflow-core/src/airflow/ui/public/i18n/locales/nl/browse.json
index 4fadaab67595b..379851601dbda 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/nl/browse.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/nl/browse.json
@@ -1,9 +1,5 @@
{
"auditLog": {
- "actions": {
- "collapseAllExtra": "All extra JSON inklappen",
- "expandAllExtra": "Alle extra JSON uitklappen"
- },
"columns": {
"event": "Event",
"extra": "Extra",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/nl/common.json b/airflow-core/src/airflow/ui/public/i18n/locales/nl/common.json
index 04136a9510fbf..d348d8f1a7ad4 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/nl/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/nl/common.json
@@ -25,6 +25,7 @@
"requiredActions": "Vereiste acties",
"xcoms": "XComs"
},
+ "collapseAllExtra": "All extra JSON inklappen",
"collapseDetailsPanel": "Details inklappen",
"createdAssetEvent_one": "Asset Event aangemaakt",
"createdAssetEvent_other": "Asset Events aangemaakt",
@@ -93,6 +94,7 @@
"hotkey": "e",
"tooltip": "Druk op {{hotkey}} op in- of uit te klappen"
},
+ "expandAllExtra": "Alle extra JSON uitklappen",
"expression": {
"all": "Alles",
"and": "En",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/pt/browse.json b/airflow-core/src/airflow/ui/public/i18n/locales/pt/browse.json
index 1ae262481befe..867d8494a6c32 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/pt/browse.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/pt/browse.json
@@ -1,9 +1,5 @@
{
"auditLog": {
- "actions": {
- "collapseAllExtra": "Recolher todos os extra json",
- "expandAllExtra": "Expandir todos os extra json"
- },
"columns": {
"event": "Evento",
"extra": "Extra",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/pt/common.json b/airflow-core/src/airflow/ui/public/i18n/locales/pt/common.json
index f47b866123944..01940bf08617b 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/pt/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/pt/common.json
@@ -31,6 +31,7 @@
"requiredActions": "Ações Necessárias",
"xcoms": "XComs"
},
+ "collapseAllExtra": "Recolher todos os extra json",
"collapseDetailsPanel": "Recolher Painel de Detalhes",
"createdAssetEvent_many": "Eventos de Asset Criados",
"createdAssetEvent_one": "Evento de Asset Criado",
@@ -105,6 +106,7 @@
"hotkey": "Pressione {{hotkey}} para expandir ou recolher",
"tooltip": "Pressione {{hotkey}} para expandir ou recolher a secção"
},
+ "expandAllExtra": "Expandir todos os extra json",
"expression": {
"all": "Todos",
"and": "E",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/th/browse.json b/airflow-core/src/airflow/ui/public/i18n/locales/th/browse.json
index cd391bfaaeadd..953dd46d608a9 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/th/browse.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/th/browse.json
@@ -1,9 +1,5 @@
{
"auditLog": {
- "actions": {
- "collapseAllExtra": "ย่อข้อมูล JSON เพิ่มเติมทั้งหมด",
- "expandAllExtra": "ขยายข้อมูล JSON เพิ่มเติมทั้งหมด"
- },
"columns": {
"event": "อีเวนต์",
"extra": "เพิ่มเติม",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/th/common.json b/airflow-core/src/airflow/ui/public/i18n/locales/th/common.json
index c7a609906f7b9..8934d826ced65 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/th/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/th/common.json
@@ -25,6 +25,7 @@
"requiredActions": "การดำเนินการที่จำเป็น",
"xcoms": "XComs"
},
+ "collapseAllExtra": "ย่อข้อมูล JSON เพิ่มเติมทั้งหมด",
"collapseDetailsPanel": "ย่อแผงรายละเอียด",
"createdAssetEvent_one": "อีเวนต์ของ Asset ที่สร้างแล้ว",
"createdAssetEvent_other": "อีเวนต์ของ Assets ที่สร้างแล้ว",
@@ -93,6 +94,7 @@
"hotkey": "e",
"tooltip": "กด {{hotkey}} เพื่อสลับการขยาย"
},
+ "expandAllExtra": "ขยายข้อมูล JSON เพิ่มเติมทั้งหมด",
"expression": {
"all": "ทั้งหมด",
"and": "และ",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/tr/browse.json b/airflow-core/src/airflow/ui/public/i18n/locales/tr/browse.json
index ef6b5c91852ac..f71904df748b3 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/tr/browse.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/tr/browse.json
@@ -1,9 +1,5 @@
{
"auditLog": {
- "actions": {
- "collapseAllExtra": "Tüm ek JSON'ları daralt",
- "expandAllExtra": "Tüm ek JSON'ları genişlet"
- },
"columns": {
"event": "Etkinlik",
"extra": "Ek Bilgi",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/tr/common.json b/airflow-core/src/airflow/ui/public/i18n/locales/tr/common.json
index 673d0f00db68b..32c66539b6473 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/tr/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/tr/common.json
@@ -25,6 +25,7 @@
"requiredActions": "Gerekli Eylemler",
"xcoms": "XCom'lar"
},
+ "collapseAllExtra": "Tüm ek JSON'ları daralt",
"collapseDetailsPanel": "Detay Panelini Daralt",
"createdAssetEvent_one": "Oluşturulan Varlık Etkinliği",
"createdAssetEvent_other": "Oluşturulan Varlık Etkinlikleri",
@@ -99,6 +100,7 @@
"hotkey": "e",
"tooltip": "{{hotkey}} tuşuna basarak genişletmeyi değiştir"
},
+ "expandAllExtra": "Tüm ek JSON'ları genişlet",
"expression": {
"all": "Tümü",
"and": "VE",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/browse.json b/airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/browse.json
index 8c9a21b4817e5..8888c37783993 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/browse.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/browse.json
@@ -1,9 +1,5 @@
{
"auditLog": {
- "actions": {
- "collapseAllExtra": "收起所有额外 JSON",
- "expandAllExtra": "展开所有额外 JSON"
- },
"columns": {
"event": "事件",
"extra": "额外信息",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/common.json b/airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/common.json
index eef029cc5aeaf..0c22b45055ce2 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/common.json
@@ -25,6 +25,7 @@
"requiredActions": "待响应的任务实例",
"xcoms": "XComs"
},
+ "collapseAllExtra": "收起所有额外 JSON",
"collapseDetailsPanel": "收起详细信息",
"createdAssetEvent_one": "已创建资源事件",
"createdAssetEvent_other": "已创建资源事件",
@@ -93,6 +94,7 @@
"hotkey": "e",
"tooltip": "按下 {{hotkey}} 切换展开"
},
+ "expandAllExtra": "展开所有额外 JSON",
"expression": {
"all": "全部",
"and": "且",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/browse.json b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/browse.json
index 410ed4dad8b23..324f437bcd019 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/browse.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/browse.json
@@ -1,9 +1,5 @@
{
"auditLog": {
- "actions": {
- "collapseAllExtra": "收合所有額外 JSON",
- "expandAllExtra": "展開所有額外 JSON"
- },
"columns": {
"event": "事件",
"extra": "額外資訊",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/common.json b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/common.json
index 1708820bf4794..2cea854e094f1 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/common.json
@@ -25,6 +25,7 @@
"requiredActions": "待回應的任務實例",
"xcoms": "XComs"
},
+ "collapseAllExtra": "收合所有額外 JSON",
"collapseDetailsPanel": "收起詳細資訊",
"createdAssetEvent_one": "已建立資源事件",
"createdAssetEvent_other": "已建立資源事件",
@@ -98,6 +99,7 @@
"hotkey": "e",
"tooltip": "按下 {{hotkey}} 切換展開"
},
+ "expandAllExtra": "展開所有額外 JSON",
"expression": {
"all": "全部",
"and": "且",
diff --git a/airflow-core/src/airflow/ui/src/pages/AssetsList/AssetsList.tsx b/airflow-core/src/airflow/ui/src/pages/AssetsList/AssetsList.tsx
index ee0e8cc2a3a92..0d041b23a0da0 100644
--- a/airflow-core/src/airflow/ui/src/pages/AssetsList/AssetsList.tsx
+++ b/airflow-core/src/airflow/ui/src/pages/AssetsList/AssetsList.tsx
@@ -165,8 +165,8 @@ export const AssetsList = () => {
diff --git a/airflow-core/src/airflow/ui/src/pages/Events/Events.tsx b/airflow-core/src/airflow/ui/src/pages/Events/Events.tsx
index 6365ab24f10a3..339c4adb98924 100644
--- a/airflow-core/src/airflow/ui/src/pages/Events/Events.tsx
+++ b/airflow-core/src/airflow/ui/src/pages/Events/Events.tsx
@@ -221,8 +221,8 @@ export const Events = () => {
diff --git a/airflow-core/src/airflow/ui/src/pages/XCom/XCom.tsx b/airflow-core/src/airflow/ui/src/pages/XCom/XCom.tsx
index 6a7c0c80a20b0..77cd572d5aa74 100644
--- a/airflow-core/src/airflow/ui/src/pages/XCom/XCom.tsx
+++ b/airflow-core/src/airflow/ui/src/pages/XCom/XCom.tsx
@@ -173,8 +173,8 @@ export const XCom = () => {