* [bug#49200,done,0.5h] modify icon of more.

This commit is contained in:
zhouxin
2024-08-20 10:22:56 +08:00
committed by 宋辰轩
parent 375036ca17
commit 1ab9d4a8fb
+1 -1
View File
@@ -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