From 3b38e4353a0314cec5f0d998ff46a462011faebf Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Wed, 29 Oct 2025 03:20:40 +0900 Subject: [PATCH] [backport rh-test] add title to asset names in model browser (#6345) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport of #6338 to `rh-test` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6345-backport-rh-test-add-title-to-asset-names-in-model-browser-29a6d73d36508116af70c360f1d2db41) by [Unito](https://www.unito.io) Co-authored-by: Christian Byrne --- src/platform/assets/components/AssetCard.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/platform/assets/components/AssetCard.vue b/src/platform/assets/components/AssetCard.vue index dd35b4fc1..3f793529b 100644 --- a/src/platform/assets/components/AssetCard.vue +++ b/src/platform/assets/components/AssetCard.vue @@ -31,6 +31,7 @@ 'dark-theme:text-white' ) " + :title="asset.name" > {{ asset.name }}