mirror of
				https://github.com/optim-enterprises-bv/control-pane.git
				synced 2025-11-04 03:47:49 +00:00 
			
		
		
		
	sync en with ru
This commit is contained in:
		@@ -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,10 +20,10 @@ $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>
 | 
			
		||||
 
 | 
			
		||||
@@ -13,7 +13,7 @@ $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>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,24 +1,35 @@
 | 
			
		||||
<?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>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,7 @@
 | 
			
		||||
<div class="row2col">
 | 
			
		||||
	<div class="column">
 | 
			
		||||
		<h1>Summary statistics for cloud:</h1>
 | 
			
		||||
 | 
			
		||||
<table class="tfill">
 | 
			
		||||
		<table class="tfill" style="width:98%;">
 | 
			
		||||
			<thead>
 | 
			
		||||
				<tr>
 | 
			
		||||
					<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>
 | 
			
		||||
			</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>
 | 
			
		||||
 | 
			
		||||
<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.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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user