Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
distributed / distributed / widgets / templates / logs.html.j2
Size: Mime:
{% for title, log in logs.items() %}
    <details>
    <summary style='display:list-item'>{{ title }}</summary>
    {{ log._repr_html_() }}
    </details>
{% endfor %}