Subversion Repositories ALCASAR

Rev

Details | Last modification | View Log

Rev Author Line No. Line
2782 rexy 1
<div class="col-lg-12" id="block_quotas" style="display:none;">
2
    <div class="card" id="panel_quotas" style="display:none;">
3
        <div class="card-header"><span class="lang_plugin_quotas_001">Quota Status</span>
4
            <div id="reload_quotas" class="reload" title="reload"></div>
5
        </div>
6
        <div class="card-body">
7
            <div class="table-responsive">
8
                <table id="quotas" class="table table-hover table-sm sortable">
9
                    <thead>
10
                        <tr>
11
                            <th id="quotas_User"><span class="lang_plugin_quotas_002">User</span></th>
12
                            <th class="rightCell sorttable_numeric"><span class="lang_plugin_quotas_003">Bytes Used</span></th>
13
                            <th class="rightCell sorttable_numeric"><span class="lang_plugin_quotas_004">Bytes Soft</span></th>
14
                            <th class="rightCell sorttable_numeric"><span class="lang_plugin_quotas_005">Bytes Hard</span></th>
15
                            <th class="rightCell sorttable_numeric"><span class="lang_plugin_quotas_006">Bytes Used Percent</span></th>
16
                            <th class="rightCell sorttable_numeric"><span class="lang_plugin_quotas_007">Files Used</span></th>
17
                            <th class="rightCell sorttable_numeric"><span class="lang_plugin_quotas_008">Files Soft</span></th>
18
                            <th class="rightCell sorttable_numeric"><span class="lang_plugin_quotas_009">Files Hard</span></th>
19
                            <th class="rightCell sorttable_numeric"><span class="lang_plugin_quotas_010">Files Used Percent</span></th>
20
                        </tr>
21
                    </thead>
22
                    <tbody id="quotas-data">
23
                        <tr>
24
                            <th><span data-bind="User"></span></th>
25
                            <td class="rightCell"><span data-bind="ByteUsed"></span></td>
26
                            <td class="rightCell"><span data-bind="ByteSoft"></span></td>
27
                            <td class="rightCell"><span data-bind="ByteHard"></span></td>
28
                            <td class="rightCell"><span data-bind="BytePercentUsed"></span></td>
29
                            <td class="rightCell"><span data-bind="FileUsed"></span></td>
30
                            <td class="rightCell"><span data-bind="FileSoft"></span></td>
31
                            <td class="rightCell"><span data-bind="FileHard"></span></td>
32
                            <td class="rightCell"><span data-bind="FilePercentUsed"></span></td>
33
                        </tr>
34
                    </tbody>
35
                </table>
36
            </div>
37
        </div>
38
    </div>
39
</div>