XoopsModules25x/xoopsinfo

View on GitHub
phpsysinfo/plugins/iptables/iptables_bootstrap.html

Summary

Maintainability
Test Coverage
<div class="col-lg-12" id="block_iptables" style="display:none;">
    <div class="card" id="panel_iptables" style="display:none;">
        <div class="card-header"><span class="lang_plugin_iptables_001">Iptables</span>
            <div id="reload_iptables" class="reload" title="reload"></div>
        </div>
        <div class="card-body">
            <div class="table-responsive">
                <table id="iptables" class="table table-hover table-sm">
                    <thead>
                        <tr>
                            <th><span class="lang_plugin_iptables_101">Rule</span></th>
                        </tr>
                    </thead>
                    <tbody id="iptables-data">
                        <tr>
                            <td><span data-bind="Rule"></span></td>
                        </tr>
                    </tbody>
                </table>
            </div>
        </div>
    </div>
</div>