From 1ab9d4a8fb8cc89bc81297ecc77361b2861ce6fb Mon Sep 17 00:00:00 2001 From: zhouxin Date: Tue, 20 Aug 2024 10:16:34 +0800 Subject: [PATCH] * [bug#49200,done,0.5h] modify icon of more. --- module/execution/ui/view.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/ui/view.html.php b/module/execution/ui/view.html.php index 5bef48f366..24779adb32 100644 --- a/module/execution/ui/view.html.php +++ b/module/execution/ui/view.html.php @@ -479,7 +479,7 @@ div common::hasPriv('execution', 'manageproducts') && $execution->type != 'stage' && $project->model != 'waterfallplus' ? btn ( setClass('ghost text-gray font-normal'), - set::icon('link text-primary'), + set::trailingIcon('caret-right pb-0.5'), set::url(createLink('execution', 'manageproducts', "projectID={$execution->id}")), $lang->more ) : null