Skip to content

Commit

Permalink
Added CI REsult on tag execution homepage. (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
vertigo17 committed Aug 24, 2024
1 parent 79ce445 commit 718341c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/src/main/webapp/js/pages/Homepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ function generateTagReport(data, tag, rowId, tagObj) {

let ciRes = '';
if (!isEmpty(tagObj.ciResult)) {
ciRes = '<div class="' + tagObj.ciResult + '" style="display: inline;align-text:right; background-color:red">';
ciRes = '<div class="' + tagObj.ciResult + '" style="display: inline;align-text:right;">';
ciRes += tagObj.ciResult;
ciRes += '</div>';
}
Expand Down

0 comments on commit 718341c

Please sign in to comment.