We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27f0f8d + b318a9c commit 562caafCopy full SHA for 562caaf
1 file changed
core/templates/core/home.html
@@ -12,7 +12,7 @@ <h2>
12
<u>Active Timers</u>
13
</a>
14
</h2>
15
- <div id="active-timers">
+ <div id="active-timers" data-partial-list="true" data-max-visible="5">
16
{% for timer in timers %}
17
<div class="card" id="timer-{{ timer.id }}" data-start-time="{{ timer.start_time|date:"Y-m-d H:i:s" }}">
18
<table class="timer-row">
@@ -86,4 +86,4 @@ <h2>Totals by Project</h2>
86
<!-- Small pie chart goes here -->
87
</div>
88
89
-{% endblock %}
+{% endblock %}
0 commit comments