Subversion Repositories ALCASAR

Rev

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

Rev Author Line No. Line
2785 rexy 1
<div class="col-lg-6" id="block_hyperv" style="display:none;">
2
    <div class="card" id="panel_hyperv" style="display:none;">
3
        <div class="card-header"><span class="lang_plugin_hyperv_001">Hyper-V Status</span>
4
            <div id="reload_hyperv" class="reload" title="reload"></div>
5
        </div>
6
        <div class="card-body">
7
            <div class="table-responsive">
8
                <table id="hyperv" class="table table-hover table-sm sortable">
9
                    <thead>
10
                        <tr>
11
                            <th id="hyperv_Name"><span class="lang_plugin_hyperv_002">Machine Name</span></th>
12
                            <th class="rightCell"><span class="lang_plugin_hyperv_003">State</span></th>
13
                        </tr>
14
                    </thead>
15
                    <tbody id="hyperv-data">
16
                        <tr>
17
                            <th><span data-bind="Name"></span></th>
18
                            <td class="rightCell"><span class="badge badge-success" data-bind="State1"></span><span class="badge badge-danger" data-bind="State0"></span></td>
19
                        </tr>
20
                    </tbody>
21
                </table>
22
            </div>
23
        </div>
24
    </div>
25
</div>