mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-21 07:49:34 +01:00
chore(fe): change task link's tooltip condition
This commit is contained in:
parent
c69137e35d
commit
4b60e66bb7
@ -48,7 +48,7 @@
|
||||
<TaskLink
|
||||
:disabled="item.tpl_type === 'build'"
|
||||
:task-id="item.build_task_id"
|
||||
:tooltip="item.build_task ? item.build_task.message : null"
|
||||
:tooltip="item.tpl_type === 'build' ? item.message : item.build_task.message"
|
||||
:label="item.tpl_type === 'build' ? item.version : item.build_task.version"
|
||||
:status="item.status"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user