Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
Signed-off-by: Chaitali Mane <cmane@progress.com>
  • Loading branch information
chaitali-mane authored and vinay033 committed Dec 20, 2021
1 parent 279f6fd commit f9c3e61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<li>
<span class="heading">Web UI Key</span>
<span *ngIf="isValid" class="webUIKeyStatus">Valid</span>
<img src="../../../../assets/img/warning.png" alt="warning" />
<img *ngIf="!isValid" src="../../../../assets/img/warning.png" alt="warning" />
<span *ngIf="!isValid" class="invalidStatus">Invalid</span>
<span class="update-link" data-cy="open-WebKey-slider">
<a
Expand Down

0 comments on commit f9c3e61

Please sign in to comment.