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 / security.html.j2
Size: Mime:
<div style="margin-left: auto;">
    <h3 style="margin-bottom: 0px;"><b>Security</b></h3>
    <p>
        <table style="width: 100%;">
        {% for key, val in security.items() %}
            <tr>
                <th style="text-align: left; width: 150px;">{{ key }}</th>
                <td style="text-align: left;">{{ val }}</td>
            </tr>
        {% endfor %}
        </table>
    </p>
</div>