[PR #1224] [MERGED] Fix App logs page modal show different model icon. #22959

Closed
opened 2026-02-21 20:20:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/1224
Author: @JunIce
Created: 9/24/2023
Status: Merged
Merged: 9/26/2023
Merged by: @crazywoola

Base: mainHead: fix-log-icon


📝 Commits (3)

  • 0e12073 fix(web): Log Model icon and name
  • ab65ff0 fix(web): rename app privacy policy placeholder text
  • 030851b fix: AppCard type defined & eslint error

📊 Changes

9 files changed (+56 additions, -46 deletions)

View changed files

📝 web/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/cardView.tsx (+3 -3)
📝 web/app/(commonLayout)/apps/AppCard.tsx (+4 -4)
📝 web/app/components/app/configuration/index.tsx (+10 -9)
📝 web/app/components/app/log/list.tsx (+15 -13)
📝 web/i18n/lang/app-overview.en.ts (+1 -1)
📝 web/i18n/lang/app-overview.zh.ts (+1 -1)
📝 web/models/log.ts (+7 -0)
📝 web/service/apps.ts (+2 -2)
📝 web/utils/var.ts (+13 -13)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify/pull/1224 **Author:** [@JunIce](https://github.com/JunIce) **Created:** 9/24/2023 **Status:** ✅ Merged **Merged:** 9/26/2023 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `fix-log-icon` --- ### 📝 Commits (3) - [`0e12073`](https://github.com/langgenius/dify/commit/0e1207367d066e5f52334fb9291a65eb7c6d4dde) fix(web): Log Model icon and name - [`ab65ff0`](https://github.com/langgenius/dify/commit/ab65ff0812e76038250f57ba0f6b3b9b7ae1df8e) fix(web): rename app privacy policy placeholder text - [`030851b`](https://github.com/langgenius/dify/commit/030851bff22dfc9ee152dddb694558097388be6e) fix: AppCard type defined & eslint error ### 📊 Changes **9 files changed** (+56 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `web/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/cardView.tsx` (+3 -3) 📝 `web/app/(commonLayout)/apps/AppCard.tsx` (+4 -4) 📝 `web/app/components/app/configuration/index.tsx` (+10 -9) 📝 `web/app/components/app/log/list.tsx` (+15 -13) 📝 `web/i18n/lang/app-overview.en.ts` (+1 -1) 📝 `web/i18n/lang/app-overview.zh.ts` (+1 -1) 📝 `web/models/log.ts` (+7 -0) 📝 `web/service/apps.ts` (+2 -2) 📝 `web/utils/var.ts` (+13 -13) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 20:20:08 -05:00
yindo closed this issue 2026-02-21 20:20:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22959