Subversion Repositories ALCASAR

Rev

Details | Last modification | View Log

Rev Author Line No. Line
2782 rexy 1
<div class="col-lg-12" id="block_ps" style="display:none;">
2
    <div class="card" id="panel_ps" style="display:none;">
3
        <div class="card-header"><span class="lang_plugin_ps_001">Processes Status</span>
4
            <div id="reload_ps" class="reload" title="reload"></div>
5
        </div>
6
        <div class="card-body">
7
            <div class="table-responsive">
8
                <table id="ps" class="table table-hover table-sm">
9
                    <thead>
10
                        <tr>
11
                            <th><span class="lang_plugin_ps_002">Command</span></th>
12
                            <th><span class="lang_plugin_ps_003">Process ID</span></th>
13
                            <th><span class="lang_plugin_ps_004">Parent ID</span></th>
14
                            <th><span class="lang_plugin_ps_005">Memory Usage</span></th>
15
                            <th><span class="lang_plugin_ps_006">CPU Usage</span></th>
16
                        </tr>
17
                    </thead>
18
                    <tbody id="ps-data">
19
                    </tbody>
20
                </table>
21
            </div>
22
        </div>
23
    </div>
24
</div>