Restore timelines
The timelines are quite useful to identify the trend of contribution for
a module. Their rendering got commented out as part of the redesign and
introduction of cncf (9f6fff8b
).
Change-Id: I5cd406ea6e96a50d3fc0c6713a8eae29313515b1
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<script type="text/javascript">
|
||||
|
||||
{% if show_module_details %}
|
||||
//renderTimeline();
|
||||
renderTimeline();
|
||||
{% endif %}
|
||||
|
||||
{% if show_company_breakdown %}
|
||||
|
@@ -37,7 +37,7 @@
|
||||
<script type="text/javascript">
|
||||
|
||||
{% if show_module_details %}
|
||||
//renderTimeline();
|
||||
renderTimeline();
|
||||
{% endif %}
|
||||
|
||||
{% if show_company_breakdown %}
|
||||
|
@@ -22,7 +22,7 @@
|
||||
<script type="text/javascript">
|
||||
|
||||
{% if show_module_details %}
|
||||
// renderTimeline();
|
||||
renderTimeline();
|
||||
{% endif %}
|
||||
|
||||
{% if show_company_breakdown %}
|
||||
|
Reference in New Issue
Block a user