sync en with ru

This commit is contained in:
olevole
2018-11-24 16:06:48 +03:00
parent 045e4d5399
commit caf07a5d31
5 changed files with 61 additions and 38 deletions

View File

@@ -4,10 +4,11 @@ $clonos->useDialogs(array(
'bhyve-new',
'bhyve-obtain',
'bhyve-clone',
'bhyve-rename',
'jail-settings-config-menu',
));
?>
<h1>Bhyve VMs</h1>
<h1>Виртуальные машины</h1>
<p>
<span class="top-button icon-plus id:bhyve-new">Create from ISO</span>
@@ -19,13 +20,13 @@ $clonos->useDialogs(array(
<th class="wdt-120">Node name</th>
<th class="txtleft">VM</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-100">OS type</th>
<th class="wdt-120">Status</th>
<th class="txtcenter wdt-100">OS type</th>
<th class="txtcenter wdt-120">Status</th>
<th colspan="4" class="wdt-100">Action</th>
<th class="wdt-30">VNC</th>
<th class="txtcenter wdt-50">VNC port</th>
</thead>
<tbody></tbody>
</table>
</table>

View File

@@ -29,4 +29,4 @@ $clonos->useDialogs(array(
<th class="txtcenter wdt-50">VNC порт</th>
</thead>
<tbody></tbody>
</table>
</table>

View File

@@ -13,11 +13,11 @@ $clonos->useDialogs(array(
<tr>
<th class="txtleft wdt-150">Logo</th>
<th class="txtleft wdt-100">Name</th>
<th>Описание</th>
<th>Desc</th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
<div id="tab2"></div>
<div id="tab2"></div>

View File

@@ -1,27 +1,38 @@
<?php
if(isset($clonos->uri_chunks[1]))
{
include('helpers.php');
return;
}
$clonos->useDialogs(array(
'vnc',
'jail-settings',
'jail-settings-config-menu',
'jail-import',
'jail-clone',
'jail-rename',
));
?>
<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%">
<thead>
<tr>
<th class="wdt-200 elastic">Node name</th>
<th class="elastic">Node name</th>
<th class="txtleft">Jail</th>
<th class="wdt-120">Usage</th>
<th class="txtleft wdt-200">IP-address</th>
<th class="wdt-120">Status</th>
<th colspan="4" class="wdt-100">Action</th>
<th class="txtleft">IP address</th>
<th class="txtcenter wdt-120">Status</th>
<th colspan="4" class="txtcenter wdt-100">Action</th>
<th class="wdt-30">VNC</th>
<th class="txtcenter wdt-50">VNC port</th>
</tr>
</thead>
<tbody></tbody>
</table>
</table>

View File

@@ -1,29 +1,40 @@
<h1>Summary statistics for cloud:</h1>
<div class="row2col">
<div class="column">
<h1>Summary statistics for cloud:</h1>
<table class="tfill" style="width:98%;">
<thead>
<tr>
<td width="200">Param</td><td width="200">Values</td>
</tr>
</thead>
<tbody>
<tr><td>Num of nodes:</td><td id="num-nodes"></td></tr>
<tr><td>Online nodes:</td><td id="online-nodes"></td></tr>
<tr><td>Offline nodes:</td><td id="offline-nodes"></td></tr>
<tr><td>Num of jails:</td><td id="num-jails"></td></tr>
<tr><td>Num of cores:</td><td id="num-cores"></td></tr>
<tr><td>Average freq. Mhz:</td><td id="average"></td></tr>
<tr><td>Summary RAM:</td><td id="sum-ram"></td></tr>
<tr><td>Summary storage size:</td><td id="sum-storage"></td></tr>
</tbody>
<tbody class="error" style="display:none;">
<tr><td colspan="2" class="error_message">Unable to fetch net info!</td></tr>
</tbody>
</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>
<table class="tfill">
<thead>
<tr>
<td width="200">Param</td><td width="200">Values</td>
</tr>
</thead>
<tbody>
<tr><td>Num of nodes:</td><td id="num-nodes"></td></tr>
<tr><td>Online nodes:</td><td id="online-nodes"></td></tr>
<tr><td>Offline nodes:</td><td id="offline-nodes"></td></tr>
<tr><td>Num of jails:</td><td id="num-jails"></td></tr>
<tr><td>Num of cores:</td><td id="num-cores"></td></tr>
<tr><td>Average freq. Mhz:</td><td id="average"></td></tr>
<tr><td>Summary RAM:</td><td id="sum-ram"></td></tr>
<tr><td>Summary storage size:</td><td id="sum-storage"></td></tr>
</tbody>
<tbody class="error" style="display:none;">
<tr><td colspan="2" class="error_message">Unable to fetch net info!</td></tr>
</tbody>
</table>
<p>It is an open source and free product which powered by other project (major importance list):</p>
<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.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.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://puppet.com/" target="_blank">Puppet</a> Puppet is an open-source configuration management tool.</li>
<li>and many other..</li>
</ul>
@@ -32,4 +43,4 @@
CHAT:
<input type="text" id="wsinp" />
<input type="button" onclick="clonos.wssend($('#wsinp').val());$('#wsinp').val('');" value="Send" />
-->
-->