Merged in bugfix/PMCORE-2606 (pull request #7666)
PMCORE-2606 Approved-by: Rodrigo Quelca <rockoinfo@yahoo.com>
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
d0c9f021ac
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div v-if="data.length" class="grouped-cell">
|
||||
<div v-for="item in data" class="d-flex mb-3">
|
||||
<div v-for="item in data" v-bind:key="item.TITLE" class="d-flex mb-3">
|
||||
<div
|
||||
v-bind:style="{ color: activeColor(item.STATUS) }"
|
||||
v-b-popover.hover.top="item.DELAYED_MSG"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="v-task-cell">
|
||||
<div v-for="item in data" class="d-flex mb-3">
|
||||
<div v-for="item in data" v-bind:key="item.TITLE" class="d-flex mb-3">
|
||||
<div v-bind:style="{ color: activeColor(item.CODE_COLOR) }">
|
||||
<i class="fas fa-square"></i>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user