Skip to content

Commit

Permalink
event flow to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeTWC1984 committed Apr 5, 2024
1 parent 0df1ce2 commit 9441a4a
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions htdocs/js/pages/Home.class.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,8 @@ Class.subclass( Page.Base, "Page.Home", {
<!-- Header stats -->
<div id="d_home_header_stats"></div>
<div style="height:20px;"></div>
<!-- Active jobs -->
<div style="height:20px;"></div>
<div class="subtitle">
Active Jobs
<div class="clear"></div>
</div>
<div id="d_home_active_jobs"></div>
<div style="height:20px;"></div>
</div>
<!-- Event Flow -->
Expand Down Expand Up @@ -55,6 +46,16 @@ Class.subclass( Page.Base, "Page.Home", {
<canvas id="d_home_completed_jobs" height="40px"></canvas>
<div style="height:10px;"></div>
<!-- Active jobs -->
<div class="subtitle">
Active Jobs
<div class="clear"></div>
</div>
<div id="d_home_active_jobs"></div>
<div style="height:20px;"></div>
</div>
<!-- Queued jobs -->
<div id="d_home_queue_container" style="display:none">
Expand Down

0 comments on commit 9441a4a

Please sign in to comment.