Subversion Repositories ALCASAR

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
2782 rexy 1
<div class="col-lg-6" id="block_psstatus" style="display:none;">
2
    <div class="card" id="panel_psstatus" style="display:none;">
3
        <div class="card-header"><span class="lang_plugin_psstatus_001">Processes Status</span>
4
            <div id="reload_psstatus" class="reload" title="reload"></div>
5
        </div>
6
        <div class="card-body">
7
            <div class="table-responsive">
8
                <table id="psstatus" class="table table-hover table-sm sortable">
9
                    <thead>
10
                        <tr>
11
                            <th id="psstatus_Name"><span class="lang_plugin_psstatus_002">Name</span></th>
12
                            <th class="rightCell"><span class="lang_plugin_psstatus_003">Status</span></th>
13
                        </tr>
14
                    </thead>
15
                    <tbody id="psstatus-data">
16
                        <tr>
17
                            <th><span data-bind="Name"></span></th>
18
                            <td class="rightCell"><span class="badge badge-success" data-bind="Status1"></span><span class="badge badge-danger" data-bind="Status0"></span></td>
19
                        </tr>
20
                    </tbody>
21
                </table>
22
            </div>
23
        </div>
24
    </div>
25
</div>