Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit c8b10f7

Browse files
committed
Merge pull request #109 from appirio-tech/DEM-1002.1
DEM-1002 Remove submissions predictor from contest dashboard. See also DEM-795.
2 parents 0e7a0d2 + e1e4322 commit c8b10f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/web/WEB-INF/includes/contest/dashboard.jsp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,8 @@
328328
<label>Registrants</label>: ${viewData.dashboard.numberOfRegistrants}
329329
</p>
330330
<div class="statusP ${regStatusColor}">
331-
<s:if test="viewData.contestStats.showHealth">
331+
<s:if test="false">
332+
<%-- <s:if test="viewData.contestStats.showHealth"> --%>
332333
<span class="progressStatus">
333334
<span class="progress" style="width:${statusWidth}%"></span>
334335
<span class="cover"></span>

0 commit comments

Comments
 (0)