Skip to content

Commit

Permalink
Removes spurious 'no statistics' message that was appearing in Deploy…
Browse files Browse the repository at this point in the history
…ments progress bars
  • Loading branch information
jdrodjpl committed May 20, 2024
1 parent b79d20e commit b34e2b9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions install/cws-ui/deployments.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,6 @@
+ `data-bs-title="0 Incidents">`
+ `<span class="sr-only"></span>`
+ `</div>`
+ `<span class="sr-only">No Instance Statistics...</span>`
+ `</div>`;
return html;
}
Expand Down Expand Up @@ -904,8 +903,6 @@
<div class="progress-bar bar-incident" data-bs-toggle="tooltip" data-bs-title="0 Incidents">
<span class="sr-only"></span>
</div>

<span class="sr-only">No Summary Statistics...</span>
</div>
</div>
</div>
Expand Down

0 comments on commit b34e2b9

Please sign in to comment.