PMCORE-3579:No In Progress tooltip for Tasks List Status icons
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
<i class="fas fa-square"></i>
|
<i class="fas fa-square"></i>
|
||||||
</div>
|
</div>
|
||||||
<b-popover
|
<b-popover
|
||||||
v-if="item.DELAYED_TITLE && item.DELAYED_MSG"
|
v-if="item.DELAYED_TITLE || item.DELAYED_MSG"
|
||||||
:target="statusId + index"
|
:target="statusId + index"
|
||||||
triggers="hover"
|
triggers="hover"
|
||||||
placement="top"
|
placement="top"
|
||||||
|
|||||||
Reference in New Issue
Block a user