mirror of https://github.com/itflow-org/itflow
show bar on html
This commit is contained in:
parent
edf9371ffa
commit
d4da95a6f1
|
|
@ -435,6 +435,12 @@ $user_active_assigned_tickets = intval($row['total_tickets_assigned']);
|
|||
<!-- Ticket Subject -->
|
||||
<td>
|
||||
<a href="ticket.php?ticket_id=<?php echo $ticket_id; ?>"><?php echo $ticket_subject; ?></a>
|
||||
|
||||
<?php if($task_count) { ?>
|
||||
<div class="progress mt-2" style="height: 20px;">
|
||||
<div class="progress-bar" style="width: <?php echo $tasks_completed_percent; ?>%;"><?php echo $completed_task_count; ?> / <?php echo $task_count; ?></div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
</td>
|
||||
|
||||
<!-- Ticket Contact -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue