Skip to content

Commit

Permalink
add loader to problem detection
Browse files Browse the repository at this point in the history
  • Loading branch information
lharzenetter committed Feb 8, 2021
1 parent c9547a0 commit 0c5137a
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -12,6 +12,8 @@
~ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->

<div class="loader" *ngIf="loading"></div>

<div id="ProblemDetectionView" *ngIf="!loading && problemFindings">
<div class="detectionContainer" style="margin-top: 1em; margin-left: 1em; margin-right: 1em">
<a style="font-weight: bold">Detected Problems</a>
Expand Down Expand Up @@ -51,7 +53,7 @@
</div>
</div>

<div id="SolutionSelectionView" *ngIf="!loading && possibleSolutions" class="sidebar-root">
<div id="SolutionSelectionView" *ngIf="!loading && possibleSolutions">
<div class="solutionsContainer" style="margin-top: 1em; margin-left: 1em; margin-right: 1em">
<a style="font-weight: bold">Possible Solutions</a>
<ul style="font-size: x-small; list-style-type:none; margin-top: 1em; margin-bottom: 1em">
Expand Down

0 comments on commit 0c5137a

Please sign in to comment.