mirror of
https://github.com/optim-enterprises-bv/control-pane.git
synced 2025-10-29 00:52:30 +00:00
20 lines
803 B
PHP
20 lines
803 B
PHP
<?php
|
||
$clonos->useDialogs(['k8s-new']);
|
||
?>
|
||
<h1><translate id="274">K8S Сlusters:</translate></h1>
|
||
<p><span class="top-button icon-plus id:k8s-new"><translate id="275">Create Kubernetes</translate></span></p>
|
||
|
||
<table class="tsimple" id="k8slist" width="100%">
|
||
<thead>
|
||
<tr>
|
||
<th class="wdt-70"><translate id="276">Cluster ID</translate></th>
|
||
<th class="elastic txtleft wdt-150"><translate id="277">Cluster Name</translate></th>
|
||
<th class="txtcenter wdt-80"><translate id="278">Masters Count</translate></th>
|
||
<th class="txtcenter wdt-80"><translate id="279">Workers Count</translate></th>
|
||
<th class="txtleft"><translate id="280">VM list</translate></th>
|
||
<th colspan="4" class="txtcenter wdt-100"><translate id="281">Actions</translate></th>
|
||
</tr>
|
||
</thead>
|
||
<tbody></tbody>
|
||
</table>
|