mirror of
https://github.com/optim-enterprises-bv/control-pane.git
synced 2025-10-29 09:02:21 +00:00
21 lines
503 B
PHP
21 lines
503 B
PHP
<?php
|
|
$clonos->useDialogs(array(
|
|
'jail-import',
|
|
'image-import',
|
|
// 'jail-settings-config-menu',
|
|
));
|
|
?>
|
|
<h1>Imported images:</h1>
|
|
|
|
<span class="top-button icon-upload id:jail-import">Import</span></p>
|
|
|
|
<table class="tsimple" id="impslist" width="100%">
|
|
<thead>
|
|
<td class="keyname">Image name</td>
|
|
<td class="txtcenter wdt-120 impsize">Size</td>
|
|
<td class="txtleft wdt-150">Type</td>
|
|
<th class="txtcenter wdt-120">Status</th>
|
|
<td class="wdt-80">Action</td>
|
|
</thead>
|
|
<tbody></tbody>
|
|
</table>
|