Files
control-pane/public/pages/instance_jail/back/_back.1733530350.index.php
2024-12-13 16:25:30 +03:00

24 lines
536 B
PHP

<?php
$clonos->useDialogs(array(
));
?>
<div id="tab1">
<h1><translate>Template for instances:</translate></h1>
<!-- p><span class="top-button icon-plus id:jail-settings">Создать контейнер</span></p-->
<table class="tsimple" id="instanceslist" width="100%">
<thead>
<tr>
<th class="txtleft wdt-150"><translate>Logo</translate></th>
<th class="txtleft wdt-100"><translate>Name</translate></th>
<th><translate>Desc</translate></th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
<div id="tab2"></div>