|
@@ -155,6 +155,10 @@ $(document).ready(function () {
|
|
|
historyHTML += `<div class="timeline-item-icon bg-warning text-light">
|
|
|
<i class="fa fa-level-up"></i>
|
|
|
</div>`
|
|
|
+ } else if(auditor.status === auditConst.status.checkAgain) {
|
|
|
+ historyHTML += `<div class="timeline-item-icon bg-warning text-light">
|
|
|
+ <i class="fa fa-check"></i>
|
|
|
+ </div>`
|
|
|
} else if(auditor.status === auditConst.status.checking) {
|
|
|
historyHTML += `<div class="timeline-item-icon bg-warning text-light">
|
|
|
<i class="fa fa-ellipsis-h"></i>
|
|
@@ -196,7 +200,10 @@ $(document).ready(function () {
|
|
|
historyHTML += `<div class="timeline-item-icon bg-warning text-light">
|
|
|
<i class="fa fa-level-up"></i>
|
|
|
</div>`
|
|
|
-
|
|
|
+ } else if(auditor.status === auditConst.status.checkAgain) {
|
|
|
+ historyHTML += `<div class="timeline-item-icon bg-warning text-light">
|
|
|
+ <i class="fa fa-check"></i>
|
|
|
+ </div>`
|
|
|
} else if(auditor.status === auditConst.status.checking) {
|
|
|
historyHTML += `<div class="timeline-item-icon bg-warning text-light">
|
|
|
<i class="fa fa-ellipsis-h"></i>
|