mirror of
https://github.com/optim-enterprises-bv/control-pane.git
synced 2025-11-17 22:55:08 +00:00
sync en with ru
This commit is contained in:
@@ -4,10 +4,11 @@ $clonos->useDialogs(array(
|
|||||||
'bhyve-new',
|
'bhyve-new',
|
||||||
'bhyve-obtain',
|
'bhyve-obtain',
|
||||||
'bhyve-clone',
|
'bhyve-clone',
|
||||||
|
'bhyve-rename',
|
||||||
'jail-settings-config-menu',
|
'jail-settings-config-menu',
|
||||||
));
|
));
|
||||||
?>
|
?>
|
||||||
<h1>Bhyve VMs</h1>
|
<h1>Виртуальные машины</h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<span class="top-button icon-plus id:bhyve-new">Create from ISO</span>
|
<span class="top-button icon-plus id:bhyve-new">Create from ISO</span>
|
||||||
@@ -19,10 +20,10 @@ $clonos->useDialogs(array(
|
|||||||
<th class="wdt-120">Node name</th>
|
<th class="wdt-120">Node name</th>
|
||||||
<th class="txtleft">VM</th>
|
<th class="txtleft">VM</th>
|
||||||
<th class="wdt-120">Usage</th>
|
<th class="wdt-120">Usage</th>
|
||||||
<th class="txtleft wdt-70">RAM</th>
|
<th class="txtcenter wdt-70">RAM</th>
|
||||||
<th class="wdt-30">CPU</th>
|
<th class="wdt-30">CPU</th>
|
||||||
<th class="wdt-100">OS type</th>
|
<th class="txtcenter wdt-100">OS type</th>
|
||||||
<th class="wdt-120">Status</th>
|
<th class="txtcenter wdt-120">Status</th>
|
||||||
<th colspan="4" class="wdt-100">Action</th>
|
<th colspan="4" class="wdt-100">Action</th>
|
||||||
<th class="wdt-30">VNC</th>
|
<th class="wdt-30">VNC</th>
|
||||||
<th class="txtcenter wdt-50">VNC port</th>
|
<th class="txtcenter wdt-50">VNC port</th>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ $clonos->useDialogs(array(
|
|||||||
<tr>
|
<tr>
|
||||||
<th class="txtleft wdt-150">Logo</th>
|
<th class="txtleft wdt-150">Logo</th>
|
||||||
<th class="txtleft wdt-100">Name</th>
|
<th class="txtleft wdt-100">Name</th>
|
||||||
<th>Описание</th>
|
<th>Desc</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody></tbody>
|
<tbody></tbody>
|
||||||
|
|||||||
@@ -1,24 +1,35 @@
|
|||||||
<?php
|
<?php
|
||||||
|
if(isset($clonos->uri_chunks[1]))
|
||||||
|
{
|
||||||
|
include('helpers.php');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
$clonos->useDialogs(array(
|
$clonos->useDialogs(array(
|
||||||
'vnc',
|
'vnc',
|
||||||
'jail-settings',
|
'jail-settings',
|
||||||
'jail-settings-config-menu',
|
'jail-settings-config-menu',
|
||||||
|
'jail-import',
|
||||||
'jail-clone',
|
'jail-clone',
|
||||||
|
'jail-rename',
|
||||||
));
|
));
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<h1>Jail containers:</h1>
|
<h1>Jail containers:</h1>
|
||||||
|
|
||||||
<p><span class="top-button icon-plus id:jail-settings">Create jail</span></p>
|
<p><span class="top-button icon-plus id:jail-settings">Create jail</span>
|
||||||
|
<span class="top-button icon-upload id:jail-import">Import</span></p>
|
||||||
|
|
||||||
<table class="tsimple" id="jailslist" width="100%">
|
<table class="tsimple" id="jailslist" width="100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="wdt-200 elastic">Node name</th>
|
<th class="elastic">Node name</th>
|
||||||
<th class="txtleft">Jail</th>
|
<th class="txtleft">Jail</th>
|
||||||
<th class="wdt-120">Usage</th>
|
<th class="wdt-120">Usage</th>
|
||||||
<th class="txtleft wdt-200">IP-address</th>
|
<th class="txtleft">IP address</th>
|
||||||
<th class="wdt-120">Status</th>
|
<th class="txtcenter wdt-120">Status</th>
|
||||||
<th colspan="4" class="wdt-100">Action</th>
|
<th colspan="4" class="txtcenter wdt-100">Action</th>
|
||||||
<th class="wdt-30">VNC</th>
|
<th class="wdt-30">VNC</th>
|
||||||
<th class="txtcenter wdt-50">VNC port</th>
|
<th class="txtcenter wdt-50">VNC port</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
|
<div class="row2col">
|
||||||
|
<div class="column">
|
||||||
<h1>Summary statistics for cloud:</h1>
|
<h1>Summary statistics for cloud:</h1>
|
||||||
|
<table class="tfill" style="width:98%;">
|
||||||
<table class="tfill">
|
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td width="200">Param</td><td width="200">Values</td>
|
<td width="200">Param</td><td width="200">Values</td>
|
||||||
@@ -20,9 +21,19 @@
|
|||||||
<tr><td colspan="2" class="error_message">Unable to fetch net info!</td></tr>
|
<tr><td colspan="2" class="error_message">Unable to fetch net info!</td></tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="column">
|
||||||
|
<h1>Current node CPU usage:</h1>
|
||||||
|
<div class="graph g-local-pcpu v-black l-cpu" style="height:100px;width:100%"></div>
|
||||||
|
|
||||||
|
<h1>Current node RAM usage:</h1>
|
||||||
|
<div class="graph g-local-pmem v-black l-mem" style="height:100px;width:100%"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<p>It is an open source and free product which powered by other project (major importance list):</p>
|
<p>It is an open source and free product which powered by other project (major importance list):</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://www.bsdstore.ru/" target="_blank">CBSD Project</a> — FreeBSD OS virtual environment management framework</li>
|
<li><a href="https://www.bsdstore.ru/" target="_blank">CBSD Project</a> — — FreeBSD OS virtual environment management framework</li>
|
||||||
<li><a href="https://www.freebsd.org/" target="_blank">FreeBSD Project</a> — FreeBSD is a free and open source Unix-like operating system descended from Research Unix created in <a href="https://en.wikipedia.org/wiki/Berkeley_Software_Distribution">University of California, Berkeley, U.S.</li>
|
<li><a href="https://www.freebsd.org/" target="_blank">FreeBSD Project</a> — FreeBSD is a free and open source Unix-like operating system descended from Research Unix created in <a href="https://en.wikipedia.org/wiki/Berkeley_Software_Distribution">University of California, Berkeley, U.S.</li>
|
||||||
<li><a href="https://puppet.com/" target="_blank">Puppet</a> — Puppet is an open-source configuration management tool.</li>
|
<li><a href="https://puppet.com/" target="_blank">Puppet</a> — Puppet is an open-source configuration management tool.</li>
|
||||||
<li>and many other..</li>
|
<li>and many other..</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user