Skip to content

Commit

Permalink
fix IT status icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mart2070 committed Sep 4, 2024
1 parent 05aac12 commit 7130781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdx-enhanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@
}
}

if (!statusData.msg == operationalText) {
if (statusData.msg != operationalText) {
statusIcon.classList = ("fa-solid fa-triangle-exclamation")
} else {
statusIcon.classList = ("fa-solid fa-check")
Expand Down

0 comments on commit 7130781

Please sign in to comment.